MVN

hu.blackbelt.mapper : mapper-jodatime

Maven & Gradle

Sep 27, 2022
0 stars

Mapper converters for Joda-Time

<dependency>
    <groupId>hu.blackbelt.mapper</groupId>
    <artifactId>mapper-jodatime</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.blackbelt.mapper : mapper-jodatime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of hu.blackbelt.mapper : mapper-jodatime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mapper-jodatime-1.0.3
mapper-jodatime-1.0.2
mapper-jodatime-1.0.1
mapper-jodatime-1.0.0

How to add a dependency to Maven

Add the following hu.blackbelt.mapper : mapper-jodatime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.blackbelt.mapper</groupId>
    <artifactId>mapper-jodatime</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.blackbelt.mapper : mapper-jodatime gradle dependency to your build.gradle file:

implementation 'hu.blackbelt.mapper:mapper-jodatime:1.0.3'

Gradle Kotlin DSL: Add the following hu.blackbelt.mapper : mapper-jodatime gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.blackbelt.mapper:mapper-jodatime:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.blackbelt.mapper : mapper-jodatime sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.blackbelt.mapper" % "mapper-jodatime" % "1.0.3"