GroupId | GroupIdorg.graphfoundation.ongdb |
---|---|
ArtifactId | ArtifactIdongdb-consistency-check |
Version | Version3.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-consistency-check/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-consistency-check</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-consistency-check/
implementation 'org.graphfoundation.ongdb:ongdb-consistency-check:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-consistency-check/
implementation ("org.graphfoundation.ongdb:ongdb-consistency-check:3.6.1")
'org.graphfoundation.ongdb:ongdb-consistency-check:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-consistency-check" rev="3.6.1">
<artifact name="ongdb-consistency-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-consistency-check', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-consistency-check" % "3.6.1"
[org.graphfoundation.ongdb/ongdb-consistency-check "3.6.1"]