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