is not current version
Last Version 1.0.0-b4

org.eclipse.jnosql:jnosql-parent 1.0.0-b2

The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java and NoSQL technologies.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.jnosql
ArtifactId

ArtifactId

jnosql-parent
Version

Version

1.0.0-b2
Type

Type

pom

Download jnosql-parent 1.0.0-b2


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