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