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