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