is not current version
Last Version 0.2.6

com.github.jadeice:library 0.2.5

base

Categories

Categories

JADE General Purpose Libraries Utility
GroupId

GroupId

com.github.jadeice
ArtifactId

ArtifactId

library
Version

Version

0.2.5
Type

Type

aar

Download library 0.2.5


<!-- https://jarcasting.com/artifacts/com.github.jadeice/library/ -->
<dependency>
    <groupId>com.github.jadeice</groupId>
    <artifactId>library</artifactId>
    <version>0.2.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jadeice/library/
implementation 'com.github.jadeice:library:0.2.5'
// https://jarcasting.com/artifacts/com.github.jadeice/library/
implementation ("com.github.jadeice:library:0.2.5")
'com.github.jadeice:library:aar:0.2.5'
<dependency org="com.github.jadeice" name="library" rev="0.2.5">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jadeice', module='library', version='0.2.5')
)
libraryDependencies += "com.github.jadeice" % "library" % "0.2.5"
[com.github.jadeice/library "0.2.5"]