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