License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdcom.sirolf2009.neo4j |
ArtifactId | ArtifactIdneoutil |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeoUtil
A utility library for Neo4J. Currently only consists of a RESTful API wrapper
|
Project URL |
Project URL |
Filename | Size |
---|---|
neoutil-0.0.1.pom | |
neoutil-0.0.1.jar | 22 KB |
neoutil-0.0.1-sources.jar | 7 KB |
neoutil-0.0.1-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sirolf2009.neo4j/neoutil/ -->
<dependency>
<groupId>com.sirolf2009.neo4j</groupId>
<artifactId>neoutil</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sirolf2009.neo4j/neoutil/
implementation 'com.sirolf2009.neo4j:neoutil:0.0.1'
// https://jarcasting.com/artifacts/com.sirolf2009.neo4j/neoutil/
implementation ("com.sirolf2009.neo4j:neoutil:0.0.1")
'com.sirolf2009.neo4j:neoutil:jar:0.0.1'
<dependency org="com.sirolf2009.neo4j" name="neoutil" rev="0.0.1">
<artifact name="neoutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sirolf2009.neo4j', module='neoutil', version='0.0.1')
)
libraryDependencies += "com.sirolf2009.neo4j" % "neoutil" % "0.0.1"
[com.sirolf2009.neo4j/neoutil "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.9 |
org.neo4j : neo4j | jar | 2.2.0-M02 |
org.apache.logging.log4j : log4j-core | jar | 2.1 |
commons-logging : commons-logging | jar | 1.2 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
junit : junit | jar | 4.11 |