Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.tcdng.unify |
ArtifactId | ArtifactIdunify-nashorn |
Version | Version2.1.28 |
Type | Typejar |
Filename | Size |
---|---|
unify-nashorn-2.1.28.pom | |
unify-nashorn-2.1.28.jar | 3 KB |
unify-nashorn-2.1.28-tests.jar | 3 KB |
unify-nashorn-2.1.28-sources.jar | 3 KB |
unify-nashorn-2.1.28-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tcdng.unify/unify-nashorn/ -->
<dependency>
<groupId>com.tcdng.unify</groupId>
<artifactId>unify-nashorn</artifactId>
<version>2.1.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-nashorn/
implementation 'com.tcdng.unify:unify-nashorn:2.1.28'
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-nashorn/
implementation ("com.tcdng.unify:unify-nashorn:2.1.28")
'com.tcdng.unify:unify-nashorn:jar:2.1.28'
<dependency org="com.tcdng.unify" name="unify-nashorn" rev="2.1.28">
<artifact name="unify-nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tcdng.unify', module='unify-nashorn', version='2.1.28')
)
libraryDependencies += "com.tcdng.unify" % "unify-nashorn" % "2.1.28"
[com.tcdng.unify/unify-nashorn "2.1.28"]