License |
License |
---|---|
Categories |
CategoriesData JSON |
GroupId | GroupIdro.fortsoft.dataset |
ArtifactId | ArtifactIddataset-json |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataset Json
Generic DataSet in Java
|
Filename | Size |
---|---|
dataset-json-0.1.0.pom | |
dataset-json-0.1.0.jar | 4 KB |
dataset-json-0.1.0-sources.jar | 1 KB |
dataset-json-0.1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-json/ -->
<dependency>
<groupId>ro.fortsoft.dataset</groupId>
<artifactId>dataset-json</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-json/
implementation 'ro.fortsoft.dataset:dataset-json:0.1.0'
// https://jarcasting.com/artifacts/ro.fortsoft.dataset/dataset-json/
implementation ("ro.fortsoft.dataset:dataset-json:0.1.0")
'ro.fortsoft.dataset:dataset-json:jar:0.1.0'
<dependency org="ro.fortsoft.dataset" name="dataset-json" rev="0.1.0">
<artifact name="dataset-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft.dataset', module='dataset-json', version='0.1.0')
)
libraryDependencies += "ro.fortsoft.dataset" % "dataset-json" % "0.1.0"
[ro.fortsoft.dataset/dataset-json "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
ro.fortsoft.dataset : dataset-core | jar | 0.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.3 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : slf4j-simple | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
ro.fortsoft.dataset : dataset-core | test-jar | 0.1.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.0.28-beta |