Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdgrandparent |
Version | Version34 |
Type | Typejar |
Filename | Size |
---|---|
grandparent-34.pom | 31 KB |
grandparent-34-tests.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/grandparent/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>grandparent</artifactId>
<version>34</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/grandparent/
implementation 'org.neo4j.build:grandparent:34'
// https://jarcasting.com/artifacts/org.neo4j.build/grandparent/
implementation ("org.neo4j.build:grandparent:34")
'org.neo4j.build:grandparent:jar:34'
<dependency org="org.neo4j.build" name="grandparent" rev="34">
<artifact name="grandparent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='grandparent', version='34')
)
libraryDependencies += "org.neo4j.build" % "grandparent" % "34"
[org.neo4j.build/grandparent "34"]