Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.freddychen |
ArtifactId | ArtifactIdshine-kotlin |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
shine-kotlin-0.0.2.pom | |
shine-kotlin-0.0.2-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.freddychen/shine-kotlin/ -->
<dependency>
<groupId>io.github.freddychen</groupId>
<artifactId>shine-kotlin</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.freddychen/shine-kotlin/
implementation 'io.github.freddychen:shine-kotlin:0.0.2'
// https://jarcasting.com/artifacts/io.github.freddychen/shine-kotlin/
implementation ("io.github.freddychen:shine-kotlin:0.0.2")
'io.github.freddychen:shine-kotlin:aar:0.0.2'
<dependency org="io.github.freddychen" name="shine-kotlin" rev="0.0.2">
<artifact name="shine-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.freddychen', module='shine-kotlin', version='0.0.2')
)
libraryDependencies += "io.github.freddychen" % "shine-kotlin" % "0.0.2"
[io.github.freddychen/shine-kotlin "0.0.2"]