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