MVN

org.mvnpm.at.segment : isodate-traverse

Maven & Gradle

Nov 27, 2023
12 stars

segment isodate-traverse · Traverse an object and convert all ISO strings into Dates.

<dependency>
    <groupId>org.mvnpm.at.segment</groupId>
    <artifactId>isodate-traverse</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.segment : isodate-traverse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.mvnpm.at.segment : isodate-traverse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
isodate-traverse-1.1.1

How to add a dependency to Maven

Add the following org.mvnpm.at.segment : isodate-traverse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.segment</groupId>
    <artifactId>isodate-traverse</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.segment : isodate-traverse gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.segment:isodate-traverse:1.1.1'

Gradle Kotlin DSL: Add the following org.mvnpm.at.segment : isodate-traverse gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.segment:isodate-traverse:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.segment : isodate-traverse sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.segment" % "isodate-traverse" % "1.1.1"