GroupId | GroupIdco.uzzu.kortex |
---|---|
ArtifactId | ArtifactIdkortex-android-debug |
Version | Version0.4.1 |
Type | Typeaar |
Filename | Size |
---|---|
kortex-android-debug-0.4.1.pom | |
kortex-android-debug-0.4.1-sources.jar | 2 KB |
kortex-android-debug-0.4.1-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.uzzu.kortex/kortex-android-debug/ -->
<dependency>
<groupId>co.uzzu.kortex</groupId>
<artifactId>kortex-android-debug</artifactId>
<version>0.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.uzzu.kortex/kortex-android-debug/
implementation 'co.uzzu.kortex:kortex-android-debug:0.4.1'
// https://jarcasting.com/artifacts/co.uzzu.kortex/kortex-android-debug/
implementation ("co.uzzu.kortex:kortex-android-debug:0.4.1")
'co.uzzu.kortex:kortex-android-debug:aar:0.4.1'
<dependency org="co.uzzu.kortex" name="kortex-android-debug" rev="0.4.1">
<artifact name="kortex-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.uzzu.kortex', module='kortex-android-debug', version='0.4.1')
)
libraryDependencies += "co.uzzu.kortex" % "kortex-android-debug" % "0.4.1"
[co.uzzu.kortex/kortex-android-debug "0.4.1"]