GroupId | GroupIdsk.32bit |
---|---|
ArtifactId | ArtifactIdkbundle |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
kbundle-0.1.0.pom | |
kbundle-0.1.0-sources.jar | 2 KB |
kbundle-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/sk.32bit/kbundle/ -->
<dependency>
<groupId>sk.32bit</groupId>
<artifactId>kbundle</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/sk.32bit/kbundle/
implementation 'sk.32bit:kbundle:0.1.0'
// https://jarcasting.com/artifacts/sk.32bit/kbundle/
implementation ("sk.32bit:kbundle:0.1.0")
'sk.32bit:kbundle:aar:0.1.0'
<dependency org="sk.32bit" name="kbundle" rev="0.1.0">
<artifact name="kbundle" type="aar" />
</dependency>
@Grapes(
@Grab(group='sk.32bit', module='kbundle', version='0.1.0')
)
libraryDependencies += "sk.32bit" % "kbundle" % "0.1.0"
[sk.32bit/kbundle "0.1.0"]