Categories |
CategoriesNet Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdnet.distilledcode |
ArtifactId | ArtifactIdfilevault-oak-reindex-hook |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.distilledcode/filevault-oak-reindex-hook/ -->
<dependency>
<groupId>net.distilledcode</groupId>
<artifactId>filevault-oak-reindex-hook</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.distilledcode/filevault-oak-reindex-hook/
implementation 'net.distilledcode:filevault-oak-reindex-hook:1.0.0'
// https://jarcasting.com/artifacts/net.distilledcode/filevault-oak-reindex-hook/
implementation ("net.distilledcode:filevault-oak-reindex-hook:1.0.0")
'net.distilledcode:filevault-oak-reindex-hook:jar:1.0.0'
<dependency org="net.distilledcode" name="filevault-oak-reindex-hook" rev="1.0.0">
<artifact name="filevault-oak-reindex-hook" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.distilledcode', module='filevault-oak-reindex-hook', version='1.0.0')
)
libraryDependencies += "net.distilledcode" % "filevault-oak-reindex-hook" % "1.0.0"
[net.distilledcode/filevault-oak-reindex-hook "1.0.0"]