License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin JUnit Unit Testing |
GroupId | GroupIdorg.jetbrains.kotlin |
ArtifactId | ArtifactIdkotlin-js-tests-junit |
Last Version | Last Version0.0.2-test-deploy |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin Libraries
|
<!-- 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.2-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.2-test-deploy'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-js-tests-junit/
implementation ("org.jetbrains.kotlin:kotlin-js-tests-junit:0.0.2-test-deploy")
'org.jetbrains.kotlin:kotlin-js-tests-junit:jar:0.0.2-test-deploy'
<dependency org="org.jetbrains.kotlin" name="kotlin-js-tests-junit" rev="0.0.2-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.2-test-deploy')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-js-tests-junit" % "0.0.2-test-deploy"
[org.jetbrains.kotlin/kotlin-js-tests-junit "0.0.2-test-deploy"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 0.0.2-test-deploy |
org.seleniumhq.selenium : selenium-java | jar | 2.25.0 |
org.seleniumhq.selenium : selenium-htmlunit-driver | jar | 2.25.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |