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