License |
License |
---|---|
GroupId | GroupIdorg.fluentcodes.projects.elasticobjects |
ArtifactId | ArtifactIdelastic-objects |
Version | Version0.9.4 |
Type | Typejar |
Description |
DescriptionEO - Elastic Objects Core
An object wrapper for access, navigate, modify, serialize and deserialize complex java object via path in a typesafe and ordered way with JSON.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
elastic-objects-0.9.4.pom | |
elastic-objects-0.9.4.jar | 167 KB |
elastic-objects-0.9.4-sources.jar | 93 KB |
elastic-objects-0.9.4-javadoc.jar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/ -->
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/
implementation 'org.fluentcodes.projects.elasticobjects:elastic-objects:0.9.4'
// https://jarcasting.com/artifacts/org.fluentcodes.projects.elasticobjects/elastic-objects/
implementation ("org.fluentcodes.projects.elasticobjects:elastic-objects:0.9.4")
'org.fluentcodes.projects.elasticobjects:elastic-objects:jar:0.9.4'
<dependency org="org.fluentcodes.projects.elasticobjects" name="elastic-objects" rev="0.9.4">
<artifact name="elastic-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentcodes.projects.elasticobjects', module='elastic-objects', version='0.9.4')
)
libraryDependencies += "org.fluentcodes.projects.elasticobjects" % "elastic-objects" % "0.9.4"
[org.fluentcodes.projects.elasticobjects/elastic-objects "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
org.fluentcodes.tools : io | jar | 0.9.0 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |