MVN

io.strikt : strikt-arrow

Maven & Gradle

Feb 03, 2022
1 usages
529 stars

strikt-arrow · Extensions for assertions and traversals on types from the Arrow functional programming library.

<dependency>
    <groupId>io.strikt</groupId>
    <artifactId>strikt-arrow</artifactId>
    <version>0.34.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.34.1

All Versions

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

Version Vulnerabilities Updated
0.34.x
strikt-arrow-0.34.1
strikt-arrow-0.34.0
0.33.x
strikt-arrow-0.33.0
0.32.x
strikt-arrow-0.32.0
0.31.x
strikt-arrow-0.31.0
0.30.x
strikt-arrow-0.30.1
strikt-arrow-0.30.0
0.29.x
strikt-arrow-0.29.0
0.28.x
strikt-arrow-0.28.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.strikt</groupId>
    <artifactId>strikt-arrow</artifactId>
    <version>0.34.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.strikt:strikt-arrow:0.34.1'

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

implementation("io.strikt:strikt-arrow:0.34.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.strikt" % "strikt-arrow" % "0.34.1"

Advertisement

Dependencies from Group

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

Discover Dependencies