Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.deephacks.tools4j |
ArtifactId | ArtifactIdtools4j-config-api-runtime |
Version | Version0.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-api-runtime/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>tools4j-config-api-runtime</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-api-runtime/
implementation 'org.deephacks.tools4j:tools4j-config-api-runtime:0.13.0'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-api-runtime/
implementation ("org.deephacks.tools4j:tools4j-config-api-runtime:0.13.0")
'org.deephacks.tools4j:tools4j-config-api-runtime:jar:0.13.0'
<dependency org="org.deephacks.tools4j" name="tools4j-config-api-runtime" rev="0.13.0">
<artifact name="tools4j-config-api-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='tools4j-config-api-runtime', version='0.13.0')
)
libraryDependencies += "org.deephacks.tools4j" % "tools4j-config-api-runtime" % "0.13.0"
[org.deephacks.tools4j/tools4j-config-api-runtime "0.13.0"]