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