MVN

org.typelevel : cats-parse_sjs1_3.0.0-M1

Maven & Gradle

Dec 23, 2020
224 stars

cats-parse · cats-parse

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-parse_sjs1_3.0.0-M1</artifactId>
    <version>0.3-13-18d8538</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.typelevel : cats-parse_sjs1_3.0.0-M1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3-13-18d8538

All Versions

Choose a version of org.typelevel : cats-parse_sjs1_3.0.0-M1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
cats-parse_sjs1_3.0.0-M1-0.3-13-18d8538
cats-parse_sjs1_3.0.0-M1-0.3-12-378d838
cats-parse_sjs1_3.0.0-M1-0.3-11-1fae2eb
cats-parse_sjs1_3.0.0-M1-0.3-10-ef9c471
0.2
cats-parse_sjs1_3.0.0-M1-0.2-9-3e79914
cats-parse_sjs1_3.0.0-M1-0.2-8-15d42dd
cats-parse_sjs1_3.0.0-M1-0.2-7-1d9136d
cats-parse_sjs1_3.0.0-M1-0.2-6-9db5bd8
cats-parse_sjs1_3.0.0-M1-0.2-5-5e80a95
cats-parse_sjs1_3.0.0-M1-0.2-4-e0d1226
cats-parse_sjs1_3.0.0-M1-0.2-3-6b35d6e
cats-parse_sjs1_3.0.0-M1-0.2-2-454127f
cats-parse_sjs1_3.0.0-M1-0.2-1-5c55841
cats-parse_sjs1_3.0.0-M1-0.2-41-437af75
cats-parse_sjs1_3.0.0-M1-0.2-40-bd8cef4
cats-parse_sjs1_3.0.0-M1-0.2-39-6daeefc
cats-parse_sjs1_3.0.0-M1-0.2-38-a7fb824
cats-parse_sjs1_3.0.0-M1-0.2-35-b456c60
cats-parse_sjs1_3.0.0-M1-0.2-34-848b05d
0.2.x
cats-parse_sjs1_3.0.0-M1-0.2.0
0.1
cats-parse_sjs1_3.0.0-M1-0.1-33-504a556
cats-parse_sjs1_3.0.0-M1-0.1-31-923a513
cats-parse_sjs1_3.0.0-M1-0.1-30-3637d52

How to add a dependency to Maven

Add the following org.typelevel : cats-parse_sjs1_3.0.0-M1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-parse_sjs1_3.0.0-M1</artifactId>
    <version>0.3-13-18d8538</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.typelevel : cats-parse_sjs1_3.0.0-M1 gradle dependency to your build.gradle file:

implementation 'org.typelevel:cats-parse_sjs1_3.0.0-M1:0.3-13-18d8538'

Gradle Kotlin DSL: Add the following org.typelevel : cats-parse_sjs1_3.0.0-M1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.typelevel:cats-parse_sjs1_3.0.0-M1:0.3-13-18d8538")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.typelevel : cats-parse_sjs1_3.0.0-M1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.typelevel" % "cats-parse_sjs1_3.0.0-M1" % "0.3-13-18d8538"

Advertisement