MVN

org.fluentcodes.projects.elasticobjects : elastic-objects

Maven & Gradle

Jan 31, 2022
6 usages
0 stars

EO - Elastic Objects · An object wrapper for access, navigate, modify, serialize and deserialize complex java object via path in a typesafe and ordered way with JSON.

<dependency>
    <groupId>org.fluentcodes.projects.elasticobjects</groupId>
    <artifactId>elastic-objects</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fluentcodes.projects.elasticobjects : elastic-objects to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5

All Versions

Choose a version of org.fluentcodes.projects.elasticobjects : elastic-objects to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
elastic-objects-0.9.5
elastic-objects-0.9.4
elastic-objects-0.9.3
elastic-objects-0.9.2
elastic-objects-0.9.1
0.8.x
elastic-objects-0.8.1
elastic-objects-0.8.0
0.6.x
elastic-objects-0.6.0
0.5.x
elastic-objects-0.5.0
0.4.x
elastic-objects-0.4.0
0.3.x
elastic-objects-0.3.0
0.2.x
elastic-objects-0.2.1
elastic-objects-0.2.0
0.1.x
elastic-objects-0.1.2
elastic-objects-0.1.1
elastic-objects-0.1.0

How to add a dependency to Maven

Add the following org.fluentcodes.projects.elasticobjects : elastic-objects maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fluentcodes.projects.elasticobjects</groupId>
    <artifactId>elastic-objects</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fluentcodes.projects.elasticobjects : elastic-objects gradle dependency to your build.gradle file:

implementation 'org.fluentcodes.projects.elasticobjects:elastic-objects:0.9.5'

Gradle Kotlin DSL: Add the following org.fluentcodes.projects.elasticobjects : elastic-objects gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fluentcodes.projects.elasticobjects:elastic-objects:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fluentcodes.projects.elasticobjects : elastic-objects sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fluentcodes.projects.elasticobjects" % "elastic-objects" % "0.9.5"

Advertisement