GroupId | GroupIdcom.github.nisrulz |
---|---|
ArtifactId | ArtifactIdzentone |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
zentone-1.0.2.pom | |
zentone-1.0.2.aar | 4 KB |
zentone-1.0.2-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/zentone/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>zentone</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/zentone/
implementation 'com.github.nisrulz:zentone:1.0.2'
// https://jarcasting.com/artifacts/com.github.nisrulz/zentone/
implementation ("com.github.nisrulz:zentone:1.0.2")
'com.github.nisrulz:zentone:aar:1.0.2'
<dependency org="com.github.nisrulz" name="zentone" rev="1.0.2">
<artifact name="zentone" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='zentone', version='1.0.2')
)
libraryDependencies += "com.github.nisrulz" % "zentone" % "1.0.2"
[com.github.nisrulz/zentone "1.0.2"]