MVN

com.github.usefulness : lazythreetenbp

Maven & Gradle

Mar 30, 2023
3 stars

com.github.usefulness:lazythreetenbp · ThreeTenBp Lazy Zone Provider

<dependency>
    <groupId>com.github.usefulness</groupId>
    <artifactId>lazythreetenbp</artifactId>
    <version>0.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.usefulness : lazythreetenbp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.0

All Versions

Choose a version of com.github.usefulness : lazythreetenbp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22.x
lazythreetenbp-0.22.0
0.21.x
lazythreetenbp-0.21.0
0.20.x
lazythreetenbp-0.20.0
0.19.x
lazythreetenbp-0.19.0
0.18.x
lazythreetenbp-0.18.1
lazythreetenbp-0.18.0
0.17.x
lazythreetenbp-0.17.0
0.16.x
lazythreetenbp-0.16.0
0.15.x
lazythreetenbp-0.15.0
0.14.x
lazythreetenbp-0.14.0
0.13.x
lazythreetenbp-0.13.0
0.12.x
lazythreetenbp-0.12.0
0.11.x
lazythreetenbp-0.11.2

How to add a dependency to Maven

Add the following com.github.usefulness : lazythreetenbp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.usefulness</groupId>
    <artifactId>lazythreetenbp</artifactId>
    <version>0.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.usefulness : lazythreetenbp gradle dependency to your build.gradle file:

implementation 'com.github.usefulness:lazythreetenbp:0.22.0'

Gradle Kotlin DSL: Add the following com.github.usefulness : lazythreetenbp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.usefulness:lazythreetenbp:0.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.usefulness : lazythreetenbp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.usefulness" % "lazythreetenbp" % "0.22.0"