MVN

org.interledger : stream-core

Maven & Gradle

Aug 18, 2020
8 usages

Quilt :: STREAM :: Core · Core libraries for implementing the STREAM protocol.

<dependency>
    <groupId>org.interledger</groupId>
    <artifactId>stream-core</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.interledger : stream-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.interledger : stream-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
stream-core-1.3.1
stream-core-1.3.0
1.2.x
stream-core-1.2.0
1.1.x
stream-core-1.1.1
stream-core-1.1.0
1.0.x
stream-core-1.0.3
stream-core-1.0.2
stream-core-1.0.1
stream-core-1.0.0

How to add a dependency to Maven

Add the following org.interledger : stream-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.interledger</groupId>
    <artifactId>stream-core</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.interledger : stream-core gradle dependency to your build.gradle file:

implementation 'org.interledger:stream-core:1.3.1'

Gradle Kotlin DSL: Add the following org.interledger : stream-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.interledger:stream-core:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.interledger : stream-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.interledger" % "stream-core" % "1.3.1"

Advertisement