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