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