MVN

net.optionfactory.spring : time-jaxb

Maven & Gradle

Feb 07, 2023
1 usages
1 stars

net.optionfactory.spring:time-jaxb · optionfactory-spring jaxb time adapters

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>time-jaxb</artifactId>
    <version>7.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory.spring : time-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.16

All Versions

Choose a version of net.optionfactory.spring : time-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0
time-jaxb-8.0
7.16
time-jaxb-7.16
7.15
time-jaxb-7.15
7.14
time-jaxb-7.14
7.13
time-jaxb-7.13
7.11
time-jaxb-7.11
7.10
time-jaxb-7.10
7.9
time-jaxb-7.9
7.8
time-jaxb-7.8
7.7
time-jaxb-7.7
7.6
time-jaxb-7.6
7.5
time-jaxb-7.5
7.4
time-jaxb-7.4
7.3
time-jaxb-7.3
7.2
time-jaxb-7.2
7.1
time-jaxb-7.1
7.0
time-jaxb-7.0
6.4
time-jaxb-6.4
6.3
time-jaxb-6.3
6.2
time-jaxb-6.2
6.1
time-jaxb-6.1
6.0
time-jaxb-6.0
5.13
time-jaxb-5.13
5.12
time-jaxb-5.12
5.11
time-jaxb-5.11
5.10
time-jaxb-5.10
5.9
time-jaxb-5.9
5.8
time-jaxb-5.8
5.7
time-jaxb-5.7
5.6
time-jaxb-5.6
5.5
time-jaxb-5.5
5.4
time-jaxb-5.4
5.3
time-jaxb-5.3
5.2
time-jaxb-5.2
5.1
time-jaxb-5.1
5.0
time-jaxb-5.0
4.8
time-jaxb-4.8
4.7
time-jaxb-4.7
4.6
time-jaxb-4.6
4.5
time-jaxb-4.5
4.4
time-jaxb-4.4
4.3
time-jaxb-4.3
4.2
time-jaxb-4.2
4.1
time-jaxb-4.1

How to add a dependency to Maven

Add the following net.optionfactory.spring : time-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>time-jaxb</artifactId>
    <version>7.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory.spring : time-jaxb gradle dependency to your build.gradle file:

implementation 'net.optionfactory.spring:time-jaxb:7.16'

Gradle Kotlin DSL: Add the following net.optionfactory.spring : time-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory.spring:time-jaxb:7.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory.spring : time-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory.spring" % "time-jaxb" % "7.16"

Advertisement