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