| License |
License |
|---|---|
| GroupId | GroupIdorg.xflatdb |
| ArtifactId | ArtifactIdxflat |
| Version | Version0.9 |
| Type | Typejar |
| Description |
DescriptionXFlatDB
A lightweight embedded no-sql document database, representing documents as XML in flat .XML files.
|
| Project Organization |
Project OrganizationXFlat |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xflat-0.9.pom | |
| xflat-0.9.jar | 281 KB |
| xflat-0.9-sources.jar | 179 KB |
| xflat-0.9-javadoc.jar | 642 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xflatdb/xflat/ -->
<dependency>
<groupId>org.xflatdb</groupId>
<artifactId>xflat</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.xflatdb/xflat/
implementation 'org.xflatdb:xflat:0.9'
// https://jarcasting.com/artifacts/org.xflatdb/xflat/
implementation ("org.xflatdb:xflat:0.9")
'org.xflatdb:xflat:jar:0.9'
<dependency org="org.xflatdb" name="xflat" rev="0.9">
<artifact name="xflat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xflatdb', module='xflat', version='0.9')
)
libraryDependencies += "org.xflatdb" % "xflat" % "0.9"
[org.xflatdb/xflat "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.jdom : jdom2 | jar | 2.0.4 |
| javax.xml.bind : jaxb-api | jar | 2.2.6 |
| com.thoughtworks.xstream : xstream Optional | jar | 1.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.xml.bind : jaxb-impl | jar | 2.2.6 |
| jaxen : jaxen | jar | 1.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.5 |
| junit : junit | jar | 4.10 |