License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net |
GroupId | GroupIdnet.alantea |
ArtifactId | ArtifactIdredpill |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.alantea:redpill
Redpill is a wrapper around Neo4j for simplify access to functionalities and offering an
object-oriented and class-aware mechanism to convert nodes to objects and the reverse.
|
Filename | Size |
---|---|
redpill-0.1.0.pom | |
redpill-0.1.0.jar | 59 KB |
redpill-0.1.0-sources.jar | 33 KB |
redpill-0.1.0-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/redpill/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>redpill</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/redpill/
implementation 'net.alantea:redpill:0.1.0'
// https://jarcasting.com/artifacts/net.alantea/redpill/
implementation ("net.alantea:redpill:0.1.0")
'net.alantea:redpill:jar:0.1.0'
<dependency org="net.alantea" name="redpill" rev="0.1.0">
<artifact name="redpill" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='redpill', version='0.1.0')
)
libraryDependencies += "net.alantea" % "redpill" % "0.1.0"
[net.alantea/redpill "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j | jar | 3.3.3 |
org.neo4j : neo4j-kernel | jar | 3.3.3 |
org.neo4j : neo4j-slf4j | jar | 3.3.3 |
org.neo4j : neo4j-jdbc-driver | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |