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