License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Neo4J Data Databases |
GroupId | GroupIdio.quarkiverse.neo4j |
ArtifactId | ArtifactIdquarkus-neo4j |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionQuarkus - Neo4j - Runtime
Connect to Neo4j graph datastore
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-neo4j-1.0.1.pom | |
quarkus-neo4j-1.0.1.jar | 22 KB |
quarkus-neo4j-1.0.1-sources.jar | 12 KB |
quarkus-neo4j-1.0.1-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.neo4j/quarkus-neo4j/ -->
<dependency>
<groupId>io.quarkiverse.neo4j</groupId>
<artifactId>quarkus-neo4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.neo4j/quarkus-neo4j/
implementation 'io.quarkiverse.neo4j:quarkus-neo4j:1.0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.neo4j/quarkus-neo4j/
implementation ("io.quarkiverse.neo4j:quarkus-neo4j:1.0.1")
'io.quarkiverse.neo4j:quarkus-neo4j:jar:1.0.1'
<dependency org="io.quarkiverse.neo4j" name="quarkus-neo4j" rev="1.0.1">
<artifact name="quarkus-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.neo4j', module='quarkus-neo4j', version='1.0.1')
)
libraryDependencies += "io.quarkiverse.neo4j" % "quarkus-neo4j" % "1.0.1"
[io.quarkiverse.neo4j/quarkus-neo4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-smallrye-health Optional | jar | |
org.neo4j.driver : neo4j-java-driver | jar | 4.4.2 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5-internal | jar | |
org.assertj : assertj-core | jar |