GroupId | GroupIdcom.onyxdevtools |
---|---|
ArtifactId | ArtifactIdonyx-android |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
onyx-android-1.2.2.pom | |
onyx-android-1.2.2.jar | 388 KB |
onyx-android-1.2.2-sources.jar | 4 KB |
onyx-android-1.2.2-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-android</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android/
implementation 'com.onyxdevtools:onyx-android:1.2.2'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android/
implementation ("com.onyxdevtools:onyx-android:1.2.2")
'com.onyxdevtools:onyx-android:jar:1.2.2'
<dependency org="com.onyxdevtools" name="onyx-android" rev="1.2.2">
<artifact name="onyx-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-android', version='1.2.2')
)
libraryDependencies += "com.onyxdevtools" % "onyx-android" % "1.2.2"
[com.onyxdevtools/onyx-android "1.2.2"]