MVN

com.speedment.plugins : json-stream

Maven & Gradle

Aug 28, 2020
2 usages
1.9k stars

Speedment - Plugins - JSON Stream · This plugin allows you to easily convert Speedment entities into JSON.

<dependency>
    <groupId>com.speedment.plugins</groupId>
    <artifactId>json-stream</artifactId>
    <version>3.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.plugins : json-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.10

All Versions

Choose a version of com.speedment.plugins : json-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
json-stream-3.2.10
json-stream-3.2.9
json-stream-3.2.7
json-stream-3.2.6
json-stream-3.2.5
json-stream-3.2.2
json-stream-3.2.1
json-stream-3.2.0
3.1.x
json-stream-3.1.18
json-stream-3.1.17
json-stream-3.1.16
json-stream-3.1.15
json-stream-3.1.14
json-stream-3.1.13
json-stream-3.1.12
json-stream-3.1.10
json-stream-3.1.9
json-stream-3.1.8
json-stream-3.1.6
json-stream-3.1.5
json-stream-3.1.4
json-stream-3.1.3
json-stream-3.1.2
json-stream-3.1.1
json-stream-3.1.0
3.0.x
json-stream-3.0.22
json-stream-3.0.21
json-stream-3.0.20
json-stream-3.0.19
json-stream-3.0.18
json-stream-3.0.17
json-stream-3.0.16
json-stream-3.0.15
json-stream-3.0.14
json-stream-3.0.13
json-stream-3.0.12
json-stream-3.0.11
json-stream-3.0.10
json-stream-3.0.9
json-stream-3.0.8
json-stream-3.0.7
json-stream-3.0.6
json-stream-3.0.5
json-stream-3.0.4
json-stream-3.0.3
json-stream-3.0.2
json-stream-3.0.1
json-stream-3.0.0
json-stream-3.0.0-EA2
json-stream-3.0.0-EA

How to add a dependency to Maven

Add the following com.speedment.plugins : json-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.plugins</groupId>
    <artifactId>json-stream</artifactId>
    <version>3.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.plugins : json-stream gradle dependency to your build.gradle file:

implementation 'com.speedment.plugins:json-stream:3.2.10'

Gradle Kotlin DSL: Add the following com.speedment.plugins : json-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.plugins:json-stream:3.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.plugins : json-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.plugins" % "json-stream" % "3.2.10"