MVN

xyz.ressor : ressor-http-source

Maven & Gradle

Jan 06, 2020
9 stars

Ressor Http · Ressor Http Source implementation

<dependency>
    <groupId>xyz.ressor</groupId>
    <artifactId>ressor-http-source</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.ressor : ressor-http-source to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Beta: 1.0.0-beta.5

All Versions

Choose a version of xyz.ressor : ressor-http-source to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ressor-http-source-1.3.0
1.2.x
ressor-http-source-1.2.2
ressor-http-source-1.2.1
ressor-http-source-1.2.0
1.1.x
ressor-http-source-1.1.2
ressor-http-source-1.1.1
ressor-http-source-1.1.0
1.0.x
ressor-http-source-1.0.0
ressor-http-source-1.0.0-beta.5
ressor-http-source-1.0.0-beta.4
ressor-http-source-1.0.0-beta.3
ressor-http-source-1.0.0-beta.2

How to add a dependency to Maven

Add the following xyz.ressor : ressor-http-source maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.ressor</groupId>
    <artifactId>ressor-http-source</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.ressor : ressor-http-source gradle dependency to your build.gradle file:

implementation 'xyz.ressor:ressor-http-source:1.3.0'

Gradle Kotlin DSL: Add the following xyz.ressor : ressor-http-source gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.ressor:ressor-http-source:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.ressor : ressor-http-source sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.ressor" % "ressor-http-source" % "1.3.0"

Advertisement