GroupId | GroupIdcom.nu-art-software.cyborg |
---|---|
ArtifactId | ArtifactIdcyborg-x |
Version | Version1.2.42 |
Type | Typeaar |
Filename | Size |
---|---|
cyborg-x-1.2.42.pom | |
cyborg-x-1.2.42.aar | 637 KB |
cyborg-x-1.2.42-source.jar | 339 KB |
cyborg-x-1.2.42-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software.cyborg/cyborg-x/ -->
<dependency>
<groupId>com.nu-art-software.cyborg</groupId>
<artifactId>cyborg-x</artifactId>
<version>1.2.42</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software.cyborg/cyborg-x/
implementation 'com.nu-art-software.cyborg:cyborg-x:1.2.42'
// https://jarcasting.com/artifacts/com.nu-art-software.cyborg/cyborg-x/
implementation ("com.nu-art-software.cyborg:cyborg-x:1.2.42")
'com.nu-art-software.cyborg:cyborg-x:aar:1.2.42'
<dependency org="com.nu-art-software.cyborg" name="cyborg-x" rev="1.2.42">
<artifact name="cyborg-x" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software.cyborg', module='cyborg-x', version='1.2.42')
)
libraryDependencies += "com.nu-art-software.cyborg" % "cyborg-x" % "1.2.42"
[com.nu-art-software.cyborg/cyborg-x "1.2.42"]