GroupId | GroupIdcom.juul.kable |
---|---|
ArtifactId | ArtifactIdcore-android |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-android-0.1.0.pom | |
core-android-0.1.0-sources.jar | 5 KB |
core-android-0.1.0-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.juul.kable/core-android/ -->
<dependency>
<groupId>com.juul.kable</groupId>
<artifactId>core-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.juul.kable/core-android/
implementation 'com.juul.kable:core-android:0.1.0'
// https://jarcasting.com/artifacts/com.juul.kable/core-android/
implementation ("com.juul.kable:core-android:0.1.0")
'com.juul.kable:core-android:aar:0.1.0'
<dependency org="com.juul.kable" name="core-android" rev="0.1.0">
<artifact name="core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.juul.kable', module='core-android', version='0.1.0')
)
libraryDependencies += "com.juul.kable" % "core-android" % "0.1.0"
[com.juul.kable/core-android "0.1.0"]