GroupId | GroupIdtech.skot |
---|---|
ArtifactId | ArtifactIdcore-android |
Version | Version1.1.25 |
Type | Typeaar |
Filename | Size |
---|---|
core-android-1.1.25.pom | |
core-android-1.1.25-sources.jar | 8 KB |
core-android-1.1.25-javadoc.jar | 261 bytes |
core-android-1.1.25-debug.aar | 32 KB |
core-android-1.1.25-debug-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.skot/core-android/ -->
<dependency>
<groupId>tech.skot</groupId>
<artifactId>core-android</artifactId>
<version>1.1.25</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.skot/core-android/
implementation 'tech.skot:core-android:1.1.25'
// https://jarcasting.com/artifacts/tech.skot/core-android/
implementation ("tech.skot:core-android:1.1.25")
'tech.skot:core-android:aar:1.1.25'
<dependency org="tech.skot" name="core-android" rev="1.1.25">
<artifact name="core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.skot', module='core-android', version='1.1.25')
)
libraryDependencies += "tech.skot" % "core-android" % "1.1.25"
[tech.skot/core-android "1.1.25"]