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