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