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