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