GroupId | GroupIdorg.graphfoundation.ongdb |
---|---|
ArtifactId | ArtifactIdongdb-concurrent |
Version | Version3.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ongdb-concurrent-3.6.0.pom | |
ongdb-concurrent-3.6.0.jar | 35 KB |
ongdb-concurrent-3.6.0-tests.jar | 42 KB |
ongdb-concurrent-3.6.0-sources.jar | 34 KB |
ongdb-concurrent-3.6.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-concurrent/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-concurrent</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-concurrent/
implementation 'org.graphfoundation.ongdb:ongdb-concurrent:3.6.0'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-concurrent/
implementation ("org.graphfoundation.ongdb:ongdb-concurrent:3.6.0")
'org.graphfoundation.ongdb:ongdb-concurrent:jar:3.6.0'
<dependency org="org.graphfoundation.ongdb" name="ongdb-concurrent" rev="3.6.0">
<artifact name="ongdb-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-concurrent', version='3.6.0')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-concurrent" % "3.6.0"
[org.graphfoundation.ongdb/ongdb-concurrent "3.6.0"]