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