Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIddev.xethh.archetype |
ArtifactId | ArtifactIdquickstart-kotlin |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
quickstart-kotlin-1.0.1.pom | |
quickstart-kotlin-1.0.1.jar | 6 KB |
quickstart-kotlin-1.0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin/ -->
<dependency>
<groupId>dev.xethh.archetype</groupId>
<artifactId>quickstart-kotlin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin/
implementation 'dev.xethh.archetype:quickstart-kotlin:1.0.1'
// https://jarcasting.com/artifacts/dev.xethh.archetype/quickstart-kotlin/
implementation ("dev.xethh.archetype:quickstart-kotlin:1.0.1")
'dev.xethh.archetype:quickstart-kotlin:jar:1.0.1'
<dependency org="dev.xethh.archetype" name="quickstart-kotlin" rev="1.0.1">
<artifact name="quickstart-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.archetype', module='quickstart-kotlin', version='1.0.1')
)
libraryDependencies += "dev.xethh.archetype" % "quickstart-kotlin" % "1.0.1"
[dev.xethh.archetype/quickstart-kotlin "1.0.1"]