Categories |
CategoriesNeo4J Data Databases Net |
---|---|
GroupId | GroupIdnet.biville.florent |
ArtifactId | ArtifactIdneo4j-sproc-compiler |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-sproc-compiler-1.2.pom | |
neo4j-sproc-compiler-1.2-tests.jar | 10 KB |
neo4j-sproc-compiler-1.2-sources.jar | 53 KB |
neo4j-sproc-compiler-1.2-javadoc.jar | 262 KB |
neo4j-sproc-compiler-1.2.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/ -->
<dependency>
<groupId>net.biville.florent</groupId>
<artifactId>neo4j-sproc-compiler</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/
implementation 'net.biville.florent:neo4j-sproc-compiler:1.2'
// https://jarcasting.com/artifacts/net.biville.florent/neo4j-sproc-compiler/
implementation ("net.biville.florent:neo4j-sproc-compiler:1.2")
'net.biville.florent:neo4j-sproc-compiler:jar:1.2'
<dependency org="net.biville.florent" name="neo4j-sproc-compiler" rev="1.2">
<artifact name="neo4j-sproc-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.biville.florent', module='neo4j-sproc-compiler', version='1.2')
)
libraryDependencies += "net.biville.florent" % "neo4j-sproc-compiler" % "1.2"
[net.biville.florent/neo4j-sproc-compiler "1.2"]