License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.springframework.batch.extensions |
ArtifactId | ArtifactIdspring-batch-neo4j |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Batch Neo4j
Spring Batch extension for Neo4j
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-batch-neo4j-0.1.0.pom | |
spring-batch-neo4j-0.1.0.jar | 10 KB |
spring-batch-neo4j-0.1.0-sources.jar | 10 KB |
spring-batch-neo4j-0.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-neo4j/ -->
<dependency>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-neo4j</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-neo4j/
implementation 'org.springframework.batch.extensions:spring-batch-neo4j:0.1.0'
// https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-neo4j/
implementation ("org.springframework.batch.extensions:spring-batch-neo4j:0.1.0")
'org.springframework.batch.extensions:spring-batch-neo4j:jar:0.1.0'
<dependency org="org.springframework.batch.extensions" name="spring-batch-neo4j" rev="0.1.0">
<artifact name="spring-batch-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch.extensions', module='spring-batch-neo4j', version='0.1.0')
)
libraryDependencies += "org.springframework.batch.extensions" % "spring-batch-neo4j" % "0.1.0"
[org.springframework.batch.extensions/spring-batch-neo4j "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.batch : spring-batch-core | jar | 4.3.3 |
org.springframework.batch : spring-batch-infrastructure | jar | 4.3.3 |
org.neo4j : neo4j-ogm-core | jar | 3.2.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.6.0 |
org.assertj : assertj-core | jar | 3.18.1 |