Categories |
CategoriesKotlin Languages Maven Build Tools |
---|---|
GroupId | GroupIdorg.jetbrains.kotlin |
ArtifactId | ArtifactIdkotlin-maven-plugin-test |
Version | Version1.0.0-beta-3594 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-maven-plugin-test/ -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin-test</artifactId>
<version>1.0.0-beta-3594</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-maven-plugin-test/
implementation 'org.jetbrains.kotlin:kotlin-maven-plugin-test:1.0.0-beta-3594'
// https://jarcasting.com/artifacts/org.jetbrains.kotlin/kotlin-maven-plugin-test/
implementation ("org.jetbrains.kotlin:kotlin-maven-plugin-test:1.0.0-beta-3594")
'org.jetbrains.kotlin:kotlin-maven-plugin-test:jar:1.0.0-beta-3594'
<dependency org="org.jetbrains.kotlin" name="kotlin-maven-plugin-test" rev="1.0.0-beta-3594">
<artifact name="kotlin-maven-plugin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-maven-plugin-test', version='1.0.0-beta-3594')
)
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-maven-plugin-test" % "1.0.0-beta-3594"
[org.jetbrains.kotlin/kotlin-maven-plugin-test "1.0.0-beta-3594"]