GroupId | GroupIdcom.github.frist008 |
---|---|
ArtifactId | ArtifactIdnixpref |
Version | Version1.0.11 |
Type | Typeaar |
Filename | Size |
---|---|
nixpref-1.0.11.pom | |
nixpref-1.0.11.apklib | 9 KB |
nixpref-1.0.11-sources.jar | 8 KB |
nixpref-1.0.11-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frist008/nixpref/ -->
<dependency>
<groupId>com.github.frist008</groupId>
<artifactId>nixpref</artifactId>
<version>1.0.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frist008/nixpref/
implementation 'com.github.frist008:nixpref:1.0.11'
// https://jarcasting.com/artifacts/com.github.frist008/nixpref/
implementation ("com.github.frist008:nixpref:1.0.11")
'com.github.frist008:nixpref:aar:1.0.11'
<dependency org="com.github.frist008" name="nixpref" rev="1.0.11">
<artifact name="nixpref" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frist008', module='nixpref', version='1.0.11')
)
libraryDependencies += "com.github.frist008" % "nixpref" % "1.0.11"
[com.github.frist008/nixpref "1.0.11"]