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