License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.mhshams |
ArtifactId | ArtifactIdkotlin-quickstart-archetype |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlin Quick Start Archetype
Kotlin Quick Start Archetype
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/ -->
<dependency>
<groupId>com.github.mhshams</groupId>
<artifactId>kotlin-quickstart-archetype</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/
implementation 'com.github.mhshams:kotlin-quickstart-archetype:0.2.1'
// https://jarcasting.com/artifacts/com.github.mhshams/kotlin-quickstart-archetype/
implementation ("com.github.mhshams:kotlin-quickstart-archetype:0.2.1")
'com.github.mhshams:kotlin-quickstart-archetype:jar:0.2.1'
<dependency org="com.github.mhshams" name="kotlin-quickstart-archetype" rev="0.2.1">
<artifact name="kotlin-quickstart-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhshams', module='kotlin-quickstart-archetype', version='0.2.1')
)
libraryDependencies += "com.github.mhshams" % "kotlin-quickstart-archetype" % "0.2.1"
[com.github.mhshams/kotlin-quickstart-archetype "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5-2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.0.5-2 |