License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Neo4J Data Databases |
GroupId | GroupIdeu.michael-simons.neo4j |
ArtifactId | ArtifactIdneo4j-ogm-quarkus |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j-OGM (Quarkus)
Use Neo4j-OGM for mapping your graph to your domain and vice versa
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neo4j-ogm-quarkus-1.2.0.pom | |
neo4j-ogm-quarkus-1.2.0.jar | 9 KB |
neo4j-ogm-quarkus-1.2.0-sources.jar | 8 KB |
neo4j-ogm-quarkus-1.2.0-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.michael-simons.neo4j/neo4j-ogm-quarkus/ -->
<dependency>
<groupId>eu.michael-simons.neo4j</groupId>
<artifactId>neo4j-ogm-quarkus</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.michael-simons.neo4j/neo4j-ogm-quarkus/
implementation 'eu.michael-simons.neo4j:neo4j-ogm-quarkus:1.2.0'
// https://jarcasting.com/artifacts/eu.michael-simons.neo4j/neo4j-ogm-quarkus/
implementation ("eu.michael-simons.neo4j:neo4j-ogm-quarkus:1.2.0")
'eu.michael-simons.neo4j:neo4j-ogm-quarkus:jar:1.2.0'
<dependency org="eu.michael-simons.neo4j" name="neo4j-ogm-quarkus" rev="1.2.0">
<artifact name="neo4j-ogm-quarkus" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.michael-simons.neo4j', module='neo4j-ogm-quarkus', version='1.2.0')
)
libraryDependencies += "eu.michael-simons.neo4j" % "neo4j-ogm-quarkus" % "1.2.0"
[eu.michael-simons.neo4j/neo4j-ogm-quarkus "1.2.0"]