Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.deephacks.tools4j |
ArtifactId | ArtifactIdtools4j-config |
Version | Version0.14.2 |
Type | Typejar |
Filename | Size |
---|---|
tools4j-config-0.14.2.pom | |
tools4j-config-0.14.2.jar | 384 KB |
tools4j-config-0.14.2-sources.jar | 216 KB |
tools4j-config-0.14.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>tools4j-config</artifactId>
<version>0.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config/
implementation 'org.deephacks.tools4j:tools4j-config:0.14.2'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config/
implementation ("org.deephacks.tools4j:tools4j-config:0.14.2")
'org.deephacks.tools4j:tools4j-config:jar:0.14.2'
<dependency org="org.deephacks.tools4j" name="tools4j-config" rev="0.14.2">
<artifact name="tools4j-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='tools4j-config', version='0.14.2')
)
libraryDependencies += "org.deephacks.tools4j" % "tools4j-config" % "0.14.2"
[org.deephacks.tools4j/tools4j-config "0.14.2"]