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