GroupId | GroupIdorg.deephacks |
---|---|
ArtifactId | ArtifactIdconfit |
Version | Version0.16.3 |
Type | Typejar |
Filename | Size |
---|---|
confit-0.16.3.pom | |
confit-0.16.3.jar | 376 KB |
confit-0.16.3-sources.jar | 212 KB |
confit-0.16.3-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks/confit/ -->
<dependency>
<groupId>org.deephacks</groupId>
<artifactId>confit</artifactId>
<version>0.16.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks/confit/
implementation 'org.deephacks:confit:0.16.3'
// https://jarcasting.com/artifacts/org.deephacks/confit/
implementation ("org.deephacks:confit:0.16.3")
'org.deephacks:confit:jar:0.16.3'
<dependency org="org.deephacks" name="confit" rev="0.16.3">
<artifact name="confit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks', module='confit', version='0.16.3')
)
libraryDependencies += "org.deephacks" % "confit" % "0.16.3"
[org.deephacks/confit "0.16.3"]