MVN

io.github.cbartosiak : bson-codecs-jsr310

Maven & Gradle

Sep 03, 2019
4 usages
20 stars

BSON codecs JSR-310 · BSON codecs for Java 8 Date and Time API (JSR-310).

<dependency>
    <groupId>io.github.cbartosiak</groupId>
    <artifactId>bson-codecs-jsr310</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cbartosiak : bson-codecs-jsr310 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.4

All Versions

Choose a version of io.github.cbartosiak : bson-codecs-jsr310 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
bson-codecs-jsr310-3.5.4
3.4.x
bson-codecs-jsr310-3.4.0
3.3.x
bson-codecs-jsr310-3.3.0
3.2.x
bson-codecs-jsr310-3.2.0
3.1.x
bson-codecs-jsr310-3.1.3
bson-codecs-jsr310-3.1.2
bson-codecs-jsr310-3.1.1
bson-codecs-jsr310-3.1.0
3.0.x
bson-codecs-jsr310-3.0.4
bson-codecs-jsr310-3.0.3
bson-codecs-jsr310-3.0.2
bson-codecs-jsr310-3.0.1
bson-codecs-jsr310-3.0.0
2.0.x
bson-codecs-jsr310-2.0.1
bson-codecs-jsr310-2.0.0
1.3.x
bson-codecs-jsr310-1.3.6
bson-codecs-jsr310-1.3.5
bson-codecs-jsr310-1.3.4
bson-codecs-jsr310-1.3.3
bson-codecs-jsr310-1.3.2
bson-codecs-jsr310-1.3.1
bson-codecs-jsr310-1.3.0
1.2.x
bson-codecs-jsr310-1.2.2
bson-codecs-jsr310-1.2.1
bson-codecs-jsr310-1.2.0
1.1.x
bson-codecs-jsr310-1.1.0
1.0.x
bson-codecs-jsr310-1.0.3
bson-codecs-jsr310-1.0.2
bson-codecs-jsr310-1.0.1
bson-codecs-jsr310-1.0.0

How to add a dependency to Maven

Add the following io.github.cbartosiak : bson-codecs-jsr310 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cbartosiak</groupId>
    <artifactId>bson-codecs-jsr310</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cbartosiak : bson-codecs-jsr310 gradle dependency to your build.gradle file:

implementation 'io.github.cbartosiak:bson-codecs-jsr310:3.5.4'

Gradle Kotlin DSL: Add the following io.github.cbartosiak : bson-codecs-jsr310 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cbartosiak:bson-codecs-jsr310:3.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cbartosiak : bson-codecs-jsr310 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cbartosiak" % "bson-codecs-jsr310" % "3.5.4"

Advertisement