| Categories | CategoriesJavaScript Languages Kotlin JUnit Unit Testing | 
|---|---|
| GroupId | GroupIdorg.jetbrains.kotlin | 
| ArtifactId | ArtifactIdkotlin-js-tests-junit | 
| Version | Version0.0.1-test-deploy | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-js-tests-junit/ -->
<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-js-tests-junit</artifactId>
    <version>0.0.1-test-deploy</version>
</dependency>// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-js-tests-junit/
implementation 'org.jetbrains.kotlin:kotlin-js-tests-junit:0.0.1-test-deploy'// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-js-tests-junit/
implementation ("org.jetbrains.kotlin:kotlin-js-tests-junit:0.0.1-test-deploy")'org.jetbrains.kotlin:kotlin-js-tests-junit:jar:0.0.1-test-deploy'<dependency org="org.jetbrains.kotlin" name="kotlin-js-tests-junit" rev="0.0.1-test-deploy">
  <artifact name="kotlin-js-tests-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-js-tests-junit', version='0.0.1-test-deploy')
)libraryDependencies += "org.jetbrains.kotlin" % "kotlin-js-tests-junit" % "0.0.1-test-deploy"[org.jetbrains.kotlin/kotlin-js-tests-junit "0.0.1-test-deploy"]