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