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