is not current version
Last Version 0.1.0

net.alantea:redpill 0.0.1

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.

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.alantea
ArtifactId

ArtifactId

redpill
Version

Version

0.0.1
Type

Type

jar

Download redpill 0.0.1


<!-- https://jarcasting.com/artifacts/net.alantea/redpill/ -->
<dependency>
    <groupId>net.alantea</groupId>
    <artifactId>redpill</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/redpill/
implementation 'net.alantea:redpill:0.0.1'
// https://jarcasting.com/artifacts/net.alantea/redpill/
implementation ("net.alantea:redpill:0.0.1")
'net.alantea:redpill:jar:0.0.1'
<dependency org="net.alantea" name="redpill" rev="0.0.1">
  <artifact name="redpill" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='redpill', version='0.0.1')
)
libraryDependencies += "net.alantea" % "redpill" % "0.0.1"
[net.alantea/redpill "0.0.1"]