License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.jnosql.diana |
ArtifactId | ArtifactIddiana-document |
Version | Version1.0.0-b2 |
Type | Typejar |
Description |
DescriptionThe Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java
and NoSQL technologies.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
diana-document-1.0.0-b2.pom | |
diana-document-1.0.0-b2.jar | 58 KB |
diana-document-1.0.0-b2-sources.jar | 37 KB |
diana-document-1.0.0-b2-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jnosql.diana/diana-document/ -->
<dependency>
<groupId>org.eclipse.jnosql.diana</groupId>
<artifactId>diana-document</artifactId>
<version>1.0.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jnosql.diana/diana-document/
implementation 'org.eclipse.jnosql.diana:diana-document:1.0.0-b2'
// https://jarcasting.com/artifacts/org.eclipse.jnosql.diana/diana-document/
implementation ("org.eclipse.jnosql.diana:diana-document:1.0.0-b2")
'org.eclipse.jnosql.diana:diana-document:jar:1.0.0-b2'
<dependency org="org.eclipse.jnosql.diana" name="diana-document" rev="1.0.0-b2">
<artifact name="diana-document" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jnosql.diana', module='diana-document', version='1.0.0-b2')
)
libraryDependencies += "org.eclipse.jnosql.diana" % "diana-document" % "1.0.0-b2"
[org.eclipse.jnosql.diana/diana-document "1.0.0-b2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jnosql.diana : diana-core | jar | 1.0.0-b2 |
org.eclipse.jnosql.diana : diana-query | jar | 1.0.0-b2 |
jakarta.nosql.communication : communication-document | jar | 1.0.0-b2 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.json : jakarta.json-api | jar | 1.1.6 |
jakarta.json.bind : jakarta.json.bind-api | jar | 1.0.2 |
jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.nosql.tck.communication : communication-tck-document | jar | 1.0.0-b2 |
org.eclipse : yasson | jar | 1.0.6 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
org.mockito : mockito-core | jar | 3.3.3 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |