is not current version
Last Version 1.0.0-b4

org.eclipse.jnosql:jnosql-parent 0.1.0.M1

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

0.1.0.M1
Type

Type

pom

Download jnosql-parent 0.1.0.M1


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