is not current version
Last Version 0.2.6

com.github.jadeice:library 0.2.4

base

Categories

Categories

JADE General Purpose Libraries Utility
GroupId

GroupId

com.github.jadeice
ArtifactId

ArtifactId

library
Version

Version

0.2.4
Type

Type

aar

Download library 0.2.4


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