GroupId | GroupIdicu.easyj |
---|---|
ArtifactId | ArtifactIdeasyj-all |
Version | Version0.2.8 |
Type | Typejar |
Filename | Size |
---|---|
easyj-all-0.2.8.pom | |
easyj-all-0.2.8.jar | 355 KB |
easyj-all-0.2.8-sources.jar | 348 KB |
easyj-all-0.2.8-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/easyj-all/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-all</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/easyj-all/
implementation 'icu.easyj:easyj-all:0.2.8'
// https://jarcasting.com/artifacts/icu.easyj/easyj-all/
implementation ("icu.easyj:easyj-all:0.2.8")
'icu.easyj:easyj-all:jar:0.2.8'
<dependency org="icu.easyj" name="easyj-all" rev="0.2.8">
<artifact name="easyj-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='easyj-all', version='0.2.8')
)
libraryDependencies += "icu.easyj" % "easyj-all" % "0.2.8"
[icu.easyj/easyj-all "0.2.8"]