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