License |
License |
---|---|
GroupId | GroupIdorg.apache.isis.runtimes.dflt.objectstores |
ArtifactId | ArtifactIdnosql |
Last Version | Last Version0.2.0-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDefault Runtime NOSQL ObjectStore
Provides file based persistence for a standalone application using a NOSQL database.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nosql-0.2.0-incubating.pom | |
nosql-0.2.0-incubating.jar | 109 KB |
nosql-0.2.0-incubating-tests.jar | 82 KB |
nosql-0.2.0-incubating-test-sources.jar | 45 KB |
nosql-0.2.0-incubating-sources.jar | 76 KB |
nosql-0.2.0-incubating-site.xml | 1 KB |
nosql-0.2.0-incubating-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/nosql/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.objectstores</groupId>
<artifactId>nosql</artifactId>
<version>0.2.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/nosql/
implementation 'org.apache.isis.runtimes.dflt.objectstores:nosql:0.2.0-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.objectstores/nosql/
implementation ("org.apache.isis.runtimes.dflt.objectstores:nosql:0.2.0-incubating")
'org.apache.isis.runtimes.dflt.objectstores:nosql:jar:0.2.0-incubating'
<dependency org="org.apache.isis.runtimes.dflt.objectstores" name="nosql" rev="0.2.0-incubating">
<artifact name="nosql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.objectstores', module='nosql', version='0.2.0-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.objectstores" % "nosql" % "0.2.0-incubating"
[org.apache.isis.runtimes.dflt.objectstores/nosql "0.2.0-incubating"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.runtimes.dflt : runtime | jar | 0.2.0-incubating |
commons-cli : commons-cli | jar | 1.2 |
org.mongodb : mongo-java-driver | jar | 1.3 |
org.json : json | jar | 20090211 |
commons-configuration : commons-configuration | jar | 1.7 |
log4j : log4j | jar | 1.2.16 |
com.google.guava : guava | jar | 11.0 |
org.hamcrest : hamcrest-library | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.isis.runtimes.dflt : runtime | test-jar | 0.2.0-incubating |
org.apache.isis.progmodels : dflt | jar | 0.2.0-incubating |
org.apache.isis.runtimes.dflt.bytecode : dflt | jar | 0.2.0-incubating |
org.apache.isis.runtimes.dflt.objectstores : dflt | jar | 0.2.0-incubating |
org.apache.isis.runtimes.dflt.objectstores : dflt | test-jar | 0.2.0-incubating |
org.easymock : easymock | jar | 2.5.2 |
org.jmock : jmock-legacy | jar | 2.5.1 |
junit : junit | jar | 4.10 |
org.jmock : jmock-junit4 | jar | 2.5.1 |
cglib : cglib-nodep | jar | 2.1_3 |
org.objenesis : objenesis | jar | 1.2 |