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