Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.mhshams |
ArtifactId | ArtifactIdkotlin-quickstart-archetype |
Version | Version0.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/ -->
<dependency>
<groupId>com.github.mhshams</groupId>
<artifactId>kotlin-quickstart-archetype</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/
implementation 'com.github.mhshams:kotlin-quickstart-archetype:0.0.10'
// https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/
implementation ("com.github.mhshams:kotlin-quickstart-archetype:0.0.10")
'com.github.mhshams:kotlin-quickstart-archetype:jar:0.0.10'
<dependency org="com.github.mhshams" name="kotlin-quickstart-archetype" rev="0.0.10">
<artifact name="kotlin-quickstart-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhshams', module='kotlin-quickstart-archetype', version='0.0.10')
)
libraryDependencies += "com.github.mhshams" % "kotlin-quickstart-archetype" % "0.0.10"
[com.github.mhshams/kotlin-quickstart-archetype "0.0.10"]