License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.frtu.libs |
ArtifactId | ArtifactIdkotlin |
Version | Version1.1.2 |
Type | Typepom |
Description |
DescriptionLibraries toolbox
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-1.1.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.libs/kotlin/ -->
<dependency>
<groupId>com.github.frtu.libs</groupId>
<artifactId>kotlin</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.libs/kotlin/
implementation 'com.github.frtu.libs:kotlin:1.1.2'
// https://jarcasting.com/artifacts/com.github.frtu.libs/kotlin/
implementation ("com.github.frtu.libs:kotlin:1.1.2")
'com.github.frtu.libs:kotlin:pom:1.1.2'
<dependency org="com.github.frtu.libs" name="kotlin" rev="1.1.2">
<artifact name="kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.libs', module='kotlin', version='1.1.2')
)
libraryDependencies += "com.github.frtu.libs" % "kotlin" % "1.1.2"
[com.github.frtu.libs/kotlin "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |