Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.obase |
ArtifactId | ArtifactIdobase-config |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
obase-config-0.7.0.pom | |
obase-config-0.7.0.jar | 27 KB |
obase-config-0.7.0-sources.jar | 14 KB |
obase-config-0.7.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.obase/obase-config/ -->
<dependency>
<groupId>com.github.obase</groupId>
<artifactId>obase-config</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obase/obase-config/
implementation 'com.github.obase:obase-config:0.7.0'
// https://jarcasting.com/artifacts/com.github.obase/obase-config/
implementation ("com.github.obase:obase-config:0.7.0")
'com.github.obase:obase-config:jar:0.7.0'
<dependency org="com.github.obase" name="obase-config" rev="0.7.0">
<artifact name="obase-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obase', module='obase-config', version='0.7.0')
)
libraryDependencies += "com.github.obase" % "obase-config" % "0.7.0"
[com.github.obase/obase-config "0.7.0"]