License |
License |
---|---|
Categories |
CategoriesJSON Data ORM |
GroupId | GroupIdcom.json4orm |
ArtifactId | ArtifactIdjson4orm-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionJson4orm introduces standard to map relational database tables and SQL queries using JSON objects.
It offers APIs to query data based on JSON orm mappings and queries.
|
Filename | Size |
---|---|
json4orm-core-1.0.1.pom | |
json4orm-core-1.0.1.jar | 39 KB |
json4orm-core-1.0.1-sources.jar | 35 KB |
json4orm-core-1.0.1-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.json4orm/json4orm-core/ -->
<dependency>
<groupId>com.json4orm</groupId>
<artifactId>json4orm-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.json4orm/json4orm-core/
implementation 'com.json4orm:json4orm-core:1.0.1'
// https://jarcasting.com/artifacts/com.json4orm/json4orm-core/
implementation ("com.json4orm:json4orm-core:1.0.1")
'com.json4orm:json4orm-core:jar:1.0.1'
<dependency org="com.json4orm" name="json4orm-core" rev="1.0.1">
<artifact name="json4orm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.json4orm', module='json4orm-core', version='1.0.1')
)
libraryDependencies += "com.json4orm" % "json4orm-core" % "1.0.1"
[com.json4orm/json4orm-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.1 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-core | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.powermock : powermock-api-support | jar | 1.7.4 |
org.powermock : powermock-classloading-xstream | jar | 1.7.4 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-module-junit4-rule | jar | 1.7.4 |
org.powermock : powermock-module-junit4-rule-agent | jar | 1.7.4 |
xmlunit : xmlunit | jar | 1.6 |