eFaps-JSON
eFaps JSON module
eFaps has a couple of Attributes that cannot be mapped that easily to Java or JSON therefore this modules provides the possibility to convert them in special JSON elements and back.
| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.efaps |
| ArtifactId | ArtifactIdefaps-json |
| Last Version | Last Version3.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptioneFaps JSON Datamodel
eFaps is an Open Source ERP.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| efaps-json-3.2.0.pom | |
| efaps-json-3.2.0.jar | 13 KB |
| efaps-json-3.2.0-sources.jar | 13 KB |
| efaps-json-3.2.0-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.efaps/efaps-json/ -->
<dependency>
<groupId>org.efaps</groupId>
<artifactId>efaps-json</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.efaps/efaps-json/
implementation 'org.efaps:efaps-json:3.2.0'
// https://jarcasting.com/artifacts/org.efaps/efaps-json/
implementation ("org.efaps:efaps-json:3.2.0")
'org.efaps:efaps-json:jar:3.2.0'
<dependency org="org.efaps" name="efaps-json" rev="3.2.0">
<artifact name="efaps-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.efaps', module='efaps-json', version='3.2.0')
)
libraryDependencies += "org.efaps" % "efaps-json" % "3.2.0"
[org.efaps/efaps-json "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.5.0 |
| joda-time : joda-time | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.17 |
eFaps JSON module
eFaps has a couple of Attributes that cannot be mapped that easily to Java or JSON therefore this modules provides the possibility to convert them in special JSON elements and back.