MVN

io.parapet : core-api_2.13

Maven & Gradle

Feb 24, 2022
1 usages
136 stars

core-api · A purely functional library to develop distributed and event driven systems.

<dependency>
    <groupId>io.parapet</groupId>
    <artifactId>core-api_2.13</artifactId>
    <version>0.0.1-RC6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.parapet : core-api_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-RC6
  • Latest Release Candidate: 0.0.1-RC6

All Versions

Choose a version of io.parapet : core-api_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
core-api_2.13-0.0.1-RC6

How to add a dependency to Maven

Add the following io.parapet : core-api_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.parapet</groupId>
    <artifactId>core-api_2.13</artifactId>
    <version>0.0.1-RC6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.parapet : core-api_2.13 gradle dependency to your build.gradle file:

implementation 'io.parapet:core-api_2.13:0.0.1-RC6'

Gradle Kotlin DSL: Add the following io.parapet : core-api_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.parapet:core-api_2.13:0.0.1-RC6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.parapet : core-api_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.parapet" % "core-api_2.13" % "0.0.1-RC6"

Advertisement

Dependencies from Group

Feb 24, 2022
9 usages
136 stars
Oct 23, 2020
7 usages
136 stars
Feb 24, 2022
4 usages
136 stars
Oct 23, 2020
3 usages
136 stars
May 14, 2021
2 usages
136 stars

Discover Dependencies