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