| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.testerum |
| ArtifactId | ArtifactIdcommon-nashorn |
| Version | Version5.3.5 |
| Type | Typejar |
| Description |
DescriptionTesterum test automation platform
|
| Filename | Size |
|---|---|
| common-nashorn-5.3.5.pom | |
| common-nashorn-5.3.5.jar | 5 KB |
| common-nashorn-5.3.5-sources.jar | 3 KB |
| common-nashorn-5.3.5-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common-nashorn/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-nashorn</artifactId>
<version>5.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-nashorn/
implementation 'com.testerum:common-nashorn:5.3.5'
// https://jarcasting.com/artifacts/com.testerum/common-nashorn/
implementation ("com.testerum:common-nashorn:5.3.5")
'com.testerum:common-nashorn:jar:5.3.5'
<dependency org="com.testerum" name="common-nashorn" rev="5.3.5">
<artifact name="common-nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-nashorn', version='5.3.5')
)
libraryDependencies += "com.testerum" % "common-nashorn" % "5.3.5"
[com.testerum/common-nashorn "5.3.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |