is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:procedure-compiler 1.0.2

ONgDB Stored Procedure compile-time annotation processor

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

procedure-compiler
Version

Version

1.0.2
Type

Type

jar

Download procedure-compiler 1.0.2


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