GroupId | GroupIdcom.onyxdevtools |
---|---|
ArtifactId | ArtifactIdonyx-android |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
onyx-android-1.2.3.pom | |
onyx-android-1.2.3.jar | 386 KB |
onyx-android-1.2.3-sources.jar | 4 KB |
onyx-android-1.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android/
implementation 'com.onyxdevtools:onyx-android:1.2.3'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android/
implementation ("com.onyxdevtools:onyx-android:1.2.3")
'com.onyxdevtools:onyx-android:jar:1.2.3'
<dependency org="com.onyxdevtools" name="onyx-android" rev="1.2.3">
<artifact name="onyx-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-android', version='1.2.3')
)
libraryDependencies += "com.onyxdevtools" % "onyx-android" % "1.2.3"
[com.onyxdevtools/onyx-android "1.2.3"]