Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdconfig |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
config-0.0.8.pom | |
config-0.0.8.jar | 7 KB |
config-0.0.8-tests.jar | 10 KB |
config-0.0.8-sources.jar | 7 KB |
config-0.0.8-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/config/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>config</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/config/
implementation 'org.tinygroup:config:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/config/
implementation ("org.tinygroup:config:0.0.8")
'org.tinygroup:config:jar:0.0.8'
<dependency org="org.tinygroup" name="config" rev="0.0.8">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='config', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "config" % "0.0.8"
[org.tinygroup/config "0.0.8"]