MVN

org.typelevel : cats-parse_sjs1_3.0.0-M3

Maven & Gradle

Mar 29, 2021
224 stars

cats-parse · cats-parse

<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-parse_sjs1_3.0.0-M3</artifactId>
    <version>0.3-9-a8716a2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3-9-a8716a2

All Versions

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

Version Vulnerabilities Updated
0.3
cats-parse_sjs1_3.0.0-M3-0.3-9-a8716a2
cats-parse_sjs1_3.0.0-M3-0.3-8-9205e1e
cats-parse_sjs1_3.0.0-M3-0.3-7-33b03e0
cats-parse_sjs1_3.0.0-M3-0.3-6-b7f6d70
cats-parse_sjs1_3.0.0-M3-0.3-5-cac32d8
cats-parse_sjs1_3.0.0-M3-0.3-4-22ae174
cats-parse_sjs1_3.0.0-M3-0.3-3-03ec6cc
cats-parse_sjs1_3.0.0-M3-0.3-2-9a65233
cats-parse_sjs1_3.0.0-M3-0.3-1-3c669bc
cats-parse_sjs1_3.0.0-M3-0.3-14-42bb1ee
cats-parse_sjs1_3.0.0-M3-0.3-13-b69f31f
cats-parse_sjs1_3.0.0-M3-0.3-12-e7a58ef
cats-parse_sjs1_3.0.0-M3-0.3-11-07cd893
cats-parse_sjs1_3.0.0-M3-0.3-10-388cc53
cats-parse_sjs1_3.0.0-M3-0.3-9-134b43b
cats-parse_sjs1_3.0.0-M3-0.3-8-954ec1c
cats-parse_sjs1_3.0.0-M3-0.3-7-65dc23e
cats-parse_sjs1_3.0.0-M3-0.3-6-eb8ad20
cats-parse_sjs1_3.0.0-M3-0.3-5-457f459
cats-parse_sjs1_3.0.0-M3-0.3-4-a01a644
cats-parse_sjs1_3.0.0-M3-0.3-3-fa1b02c
cats-parse_sjs1_3.0.0-M3-0.3-2-dd06705
cats-parse_sjs1_3.0.0-M3-0.3-1-ca6da26
cats-parse_sjs1_3.0.0-M3-0.3-35-9e40cb6
cats-parse_sjs1_3.0.0-M3-0.3-34-8108cab
cats-parse_sjs1_3.0.0-M3-0.3-33-fff9846
cats-parse_sjs1_3.0.0-M3-0.3-32-d16ffb7
cats-parse_sjs1_3.0.0-M3-0.3-31-f5e01ac
cats-parse_sjs1_3.0.0-M3-0.3-30-0b29f1a
cats-parse_sjs1_3.0.0-M3-0.3-29-9de9f16
cats-parse_sjs1_3.0.0-M3-0.3-28-65c69f4
cats-parse_sjs1_3.0.0-M3-0.3-27-cf57d35
cats-parse_sjs1_3.0.0-M3-0.3-26-95a5ab8
cats-parse_sjs1_3.0.0-M3-0.3-25-a10bd60
cats-parse_sjs1_3.0.0-M3-0.3-24-8d3d379
cats-parse_sjs1_3.0.0-M3-0.3-23-75d01a5
cats-parse_sjs1_3.0.0-M3-0.3-19-ae368ca
cats-parse_sjs1_3.0.0-M3-0.3-18-cad2afc
cats-parse_sjs1_3.0.0-M3-0.3-17-ef350e0
cats-parse_sjs1_3.0.0-M3-0.3-16-7811045
cats-parse_sjs1_3.0.0-M3-0.3-15-07a5ed6
cats-parse_sjs1_3.0.0-M3-0.3-14-aaac77c
0.3.x
cats-parse_sjs1_3.0.0-M3-0.3.1
cats-parse_sjs1_3.0.0-M3-0.3.0

How to add a dependency to Maven

Add the following org.typelevel : cats-parse_sjs1_3.0.0-M3 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-M3</artifactId>
    <version>0.3-9-a8716a2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.typelevel:cats-parse_sjs1_3.0.0-M3:0.3-9-a8716a2'

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

implementation("org.typelevel:cats-parse_sjs1_3.0.0-M3:0.3-9-a8716a2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.typelevel" % "cats-parse_sjs1_3.0.0-M3" % "0.3-9-a8716a2"

Advertisement