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