Categories |
CategoriesJava Languages config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.tngtech.java |
ArtifactId | ArtifactIdconfig-builder |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
config-builder-1.0.pom | |
config-builder-1.0.jar | 47 KB |
config-builder-1.0-sources.jar | 31 KB |
config-builder-1.0-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.java/config-builder/ -->
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>config-builder</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.java/config-builder/
implementation 'com.tngtech.java:config-builder:1.0'
// https://jarcasting.com/artifacts/com.tngtech.java/config-builder/
implementation ("com.tngtech.java:config-builder:1.0")
'com.tngtech.java:config-builder:jar:1.0'
<dependency org="com.tngtech.java" name="config-builder" rev="1.0">
<artifact name="config-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.java', module='config-builder', version='1.0')
)
libraryDependencies += "com.tngtech.java" % "config-builder" % "1.0"
[com.tngtech.java/config-builder "1.0"]