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