is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:server-api 1.0.0

Interfaces and baseclasses needed to create your own extensions.

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

server-api
Version

Version

1.0.0
Type

Type

jar

Download server-api 1.0.0


<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/server-api/ -->
<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>server-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/server-api/
implementation 'org.graphfoundation.ongdb:server-api:1.0.0'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/server-api/
implementation ("org.graphfoundation.ongdb:server-api:1.0.0")
'org.graphfoundation.ongdb:server-api:jar:1.0.0'
<dependency org="org.graphfoundation.ongdb" name="server-api" rev="1.0.0">
  <artifact name="server-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='server-api', version='1.0.0')
)
libraryDependencies += "org.graphfoundation.ongdb" % "server-api" % "1.0.0"
[org.graphfoundation.ongdb/server-api "1.0.0"]