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