MVN

io.strikt : strikt-java-time

Maven & Gradle

Feb 06, 2021
1 usages
528 stars

strikt-java-time · Extensions for assertions and traversals on types from the java.time package.

<dependency>
    <groupId>io.strikt</groupId>
    <artifactId>strikt-java-time</artifactId>
    <version>0.28.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.strikt : strikt-java-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.28.2

All Versions

Choose a version of io.strikt : strikt-java-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.28.x
strikt-java-time-0.28.2

How to add a dependency to Maven

Add the following io.strikt : strikt-java-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.strikt</groupId>
    <artifactId>strikt-java-time</artifactId>
    <version>0.28.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.strikt : strikt-java-time gradle dependency to your build.gradle file:

implementation 'io.strikt:strikt-java-time:0.28.2'

Gradle Kotlin DSL: Add the following io.strikt : strikt-java-time gradle kotlin dependency to your build.gradle.kts file:

implementation("io.strikt:strikt-java-time:0.28.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.strikt : strikt-java-time sbt scala dependency to your build.sbt file:

libraryDependencies += "io.strikt" % "strikt-java-time" % "0.28.2"

Advertisement

Dependencies from Group

Feb 03, 2022
32 usages
528 stars
Feb 03, 2022
3 usages
528 stars
Feb 03, 2022
1 usages
528 stars
Feb 03, 2022
1 usages
528 stars
Feb 03, 2022
1 usages
528 stars

Discover Dependencies