Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.cosoc.DIYConfig |
ArtifactId | ArtifactIdDIYConfig |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
DIYConfig-2.0.pom | |
DIYConfig-2.0.jar | 15 KB |
DIYConfig-2.0-sources.jar | 11 KB |
DIYConfig-2.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cosoc.DIYConfig/DIYConfig/ -->
<dependency>
<groupId>org.cosoc.DIYConfig</groupId>
<artifactId>DIYConfig</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cosoc.DIYConfig/DIYConfig/
implementation 'org.cosoc.DIYConfig:DIYConfig:2.0'
// https://jarcasting.com/artifacts/org.cosoc.DIYConfig/DIYConfig/
implementation ("org.cosoc.DIYConfig:DIYConfig:2.0")
'org.cosoc.DIYConfig:DIYConfig:jar:2.0'
<dependency org="org.cosoc.DIYConfig" name="DIYConfig" rev="2.0">
<artifact name="DIYConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cosoc.DIYConfig', module='DIYConfig', version='2.0')
)
libraryDependencies += "org.cosoc.DIYConfig" % "DIYConfig" % "2.0"
[org.cosoc.DIYConfig/DIYConfig "2.0"]