MVN

io.knotx : knotx-action-http

Maven & Gradle

Dec 13, 2019
2 usages
0 stars

Knot.x Data Bridge: HTTP Action · Action that allows to fetch JSON content from Web API.

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-action-http</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.knotx : knotx-action-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC5

All Versions

Choose a version of io.knotx : knotx-action-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
knotx-action-http-2.1.0
2.0.x
knotx-action-http-2.0.0
knotx-action-http-2.0.0-RC5
knotx-action-http-2.0.0-RC4
knotx-action-http-2.0.0-RC2
knotx-action-http-2.0.0-RC1
2.0
knotx-action-http-2.0-RC3

How to add a dependency to Maven

Add the following io.knotx : knotx-action-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-action-http</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.knotx : knotx-action-http gradle dependency to your build.gradle file:

implementation 'io.knotx:knotx-action-http:2.1.0'

Gradle Kotlin DSL: Add the following io.knotx : knotx-action-http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.knotx:knotx-action-http:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.knotx : knotx-action-http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.knotx" % "knotx-action-http" % "2.1.0"

Advertisement