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