License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIddev.aetherite |
ArtifactId | ArtifactIdkotlin |
Version | Version1.4.30 |
Type | Typepom |
Description |
Descriptionproperty 'name'
property 'description'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-1.4.30.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/dev.aetherite/kotlin/ -->
<dependency>
<groupId>dev.aetherite</groupId>
<artifactId>kotlin</artifactId>
<version>1.4.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.aetherite/kotlin/
implementation 'dev.aetherite:kotlin:1.4.30'
// https://jarcasting.com/artifacts/dev.aetherite/kotlin/
implementation ("dev.aetherite:kotlin:1.4.30")
'dev.aetherite:kotlin:pom:1.4.30'
<dependency org="dev.aetherite" name="kotlin" rev="1.4.30">
<artifact name="kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.aetherite', module='kotlin', version='1.4.30')
)
libraryDependencies += "dev.aetherite" % "kotlin" % "1.4.30"
[dev.aetherite/kotlin "1.4.30"]