MVN

com.github.lkalwa : scala-streamable-jsonapi_2.11

Maven & Gradle

Dec 29, 2019
0 stars

scala-streamable-jsonapi · scala-streamable-jsonapi

<dependency>
    <groupId>com.github.lkalwa</groupId>
    <artifactId>scala-streamable-jsonapi_2.11</artifactId>
    <version>0.76</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lkalwa : scala-streamable-jsonapi_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.76

All Versions

Choose a version of com.github.lkalwa : scala-streamable-jsonapi_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.76
scala-streamable-jsonapi_2.11-0.76
0.75
scala-streamable-jsonapi_2.11-0.75
0.74
scala-streamable-jsonapi_2.11-0.74
0.73
scala-streamable-jsonapi_2.11-0.73
0.72
scala-streamable-jsonapi_2.11-0.72
0.71
scala-streamable-jsonapi_2.11-0.71
0.61
scala-streamable-jsonapi_2.11-0.61
0.51
scala-streamable-jsonapi_2.11-0.51
0.39
scala-streamable-jsonapi_2.11-0.39
0.38
scala-streamable-jsonapi_2.11-0.38
0.37
scala-streamable-jsonapi_2.11-0.37
0.36
scala-streamable-jsonapi_2.11-0.36
0.35
scala-streamable-jsonapi_2.11-0.35
0.34
scala-streamable-jsonapi_2.11-0.34
0.33
scala-streamable-jsonapi_2.11-0.33
0.32
scala-streamable-jsonapi_2.11-0.32
0.7
scala-streamable-jsonapi_2.11-0.7
0.6
scala-streamable-jsonapi_2.11-0.6
0.5
scala-streamable-jsonapi_2.11-0.5
0.4
scala-streamable-jsonapi_2.11-0.4
0.3
scala-streamable-jsonapi_2.11-0.3
0.72xs
scala-streamable-jsonapi_2.11-0.72xs

How to add a dependency to Maven

Add the following com.github.lkalwa : scala-streamable-jsonapi_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lkalwa</groupId>
    <artifactId>scala-streamable-jsonapi_2.11</artifactId>
    <version>0.76</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lkalwa : scala-streamable-jsonapi_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.lkalwa:scala-streamable-jsonapi_2.11:0.76'

Gradle Kotlin DSL: Add the following com.github.lkalwa : scala-streamable-jsonapi_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lkalwa:scala-streamable-jsonapi_2.11:0.76")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lkalwa : scala-streamable-jsonapi_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lkalwa" % "scala-streamable-jsonapi_2.11" % "0.76"