Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtech.antibytes.kfixture |
ArtifactId | ArtifactIdcore-android |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-android-0.1.0.pom | |
core-android-0.1.0-sources.jar | 26 KB |
core-android-0.1.0-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.antibytes.kfixture/core-android/ -->
<dependency>
<groupId>tech.antibytes.kfixture</groupId>
<artifactId>core-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.antibytes.kfixture/core-android/
implementation 'tech.antibytes.kfixture:core-android:0.1.0'
// https://jarcasting.com/artifacts/tech.antibytes.kfixture/core-android/
implementation ("tech.antibytes.kfixture:core-android:0.1.0")
'tech.antibytes.kfixture:core-android:aar:0.1.0'
<dependency org="tech.antibytes.kfixture" name="core-android" rev="0.1.0">
<artifact name="core-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.antibytes.kfixture', module='core-android', version='0.1.0')
)
libraryDependencies += "tech.antibytes.kfixture" % "core-android" % "0.1.0"
[tech.antibytes.kfixture/core-android "0.1.0"]