Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.ajacquierbret |
ArtifactId | ArtifactIdkotlinphoenix-android-debug |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.ajacquierbret/kotlinphoenix-android-debug/ -->
<dependency>
<groupId>io.github.ajacquierbret</groupId>
<artifactId>kotlinphoenix-android-debug</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ajacquierbret/kotlinphoenix-android-debug/
implementation 'io.github.ajacquierbret:kotlinphoenix-android-debug:1.0.0'
// https://jarcasting.com/artifacts/io.github.ajacquierbret/kotlinphoenix-android-debug/
implementation ("io.github.ajacquierbret:kotlinphoenix-android-debug:1.0.0")
'io.github.ajacquierbret:kotlinphoenix-android-debug:aar:1.0.0'
<dependency org="io.github.ajacquierbret" name="kotlinphoenix-android-debug" rev="1.0.0">
<artifact name="kotlinphoenix-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ajacquierbret', module='kotlinphoenix-android-debug', version='1.0.0')
)
libraryDependencies += "io.github.ajacquierbret" % "kotlinphoenix-android-debug" % "1.0.0"
[io.github.ajacquierbret/kotlinphoenix-android-debug "1.0.0"]