Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdicu.easyj |
ArtifactId | ArtifactIdeasyj-config |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
easyj-config-0.5.7.pom | |
easyj-config-0.5.7.jar | 7 KB |
easyj-config-0.5.7-sources.jar | 6 KB |
easyj-config-0.5.7-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/easyj-config/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-config</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/easyj-config/
implementation 'icu.easyj:easyj-config:0.5.7'
// https://jarcasting.com/artifacts/icu.easyj/easyj-config/
implementation ("icu.easyj:easyj-config:0.5.7")
'icu.easyj:easyj-config:jar:0.5.7'
<dependency org="icu.easyj" name="easyj-config" rev="0.5.7">
<artifact name="easyj-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='easyj-config', version='0.5.7')
)
libraryDependencies += "icu.easyj" % "easyj-config" % "0.5.7"
[icu.easyj/easyj-config "0.5.7"]