GroupId | GroupIdcom.github.frist008 |
---|---|
ArtifactId | ArtifactIdnixadapter |
Version | Version1.0.13 |
Type | Typeaar |
Filename | Size |
---|---|
nixadapter-1.0.13.pom | |
nixadapter-1.0.13.apklib | 17 KB |
nixadapter-1.0.13-sources.jar | 16 KB |
nixadapter-1.0.13-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.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frist008/nixadapter/
implementation 'com.github.frist008:nixadapter:1.0.13'
// https://jarcasting.com/artifacts/com.github.frist008/nixadapter/
implementation ("com.github.frist008:nixadapter:1.0.13")
'com.github.frist008:nixadapter:aar:1.0.13'
<dependency org="com.github.frist008" name="nixadapter" rev="1.0.13">
<artifact name="nixadapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frist008', module='nixadapter', version='1.0.13')
)
libraryDependencies += "com.github.frist008" % "nixadapter" % "1.0.13"
[com.github.frist008/nixadapter "1.0.13"]