is not current version
Last Version 2.0.0

org.opencypher:front-end-parent 1.0.0

Project that builds the openCypher front end modules

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

front-end-parent
Version

Version

1.0.0
Type

Type

pom

Download front-end-parent 1.0.0


<!-- https://jarcasting.com/artifacts/org.opencypher/front-end-parent/ -->
<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>front-end-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/front-end-parent/
implementation 'org.opencypher:front-end-parent:1.0.0'
// https://jarcasting.com/artifacts/org.opencypher/front-end-parent/
implementation ("org.opencypher:front-end-parent:1.0.0")
'org.opencypher:front-end-parent:pom:1.0.0'
<dependency org="org.opencypher" name="front-end-parent" rev="1.0.0">
  <artifact name="front-end-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='front-end-parent', version='1.0.0')
)
libraryDependencies += "org.opencypher" % "front-end-parent" % "1.0.0"
[org.opencypher/front-end-parent "1.0.0"]