MVN

org.smallmind : claxon-http

Maven & Gradle

Jun 18, 2023

Claxon-HTTP · Http Pull Endpoint

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>claxon-http</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : claxon-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : claxon-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
claxon-http-5.1.0
4.11.x
claxon-http-4.11.1
claxon-http-4.11.0
4.10.x
claxon-http-4.10.0
4.9.x
claxon-http-4.9.0
4.8.x
claxon-http-4.8.5
claxon-http-4.8.4
claxon-http-4.8.3
claxon-http-4.8.2
claxon-http-4.8.1
claxon-http-4.8.0
4.7.x
claxon-http-4.7.1
claxon-http-4.7.0
4.6.x
claxon-http-4.6.0
4.5.x
claxon-http-4.5.0
4.4.x
claxon-http-4.4.11
claxon-http-4.4.10
claxon-http-4.4.9
claxon-http-4.4.8
claxon-http-4.4.7
claxon-http-4.4.6
claxon-http-4.4.5
claxon-http-4.4.4
claxon-http-4.4.3
claxon-http-4.4.2
claxon-http-4.4.1
4.3.x
claxon-http-4.3.0
4.2.x
claxon-http-4.2.0
4.1.x
claxon-http-4.1.0
4.0.x
claxon-http-4.0.0
3.6.x
claxon-http-3.6.0
3.5.x
claxon-http-3.5.1
claxon-http-3.5.0

How to add a dependency to Maven

Add the following org.smallmind : claxon-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>claxon-http</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : claxon-http gradle dependency to your build.gradle file:

implementation 'org.smallmind:claxon-http:5.1.0'

Gradle Kotlin DSL: Add the following org.smallmind : claxon-http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:claxon-http:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : claxon-http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "claxon-http" % "5.1.0"

Advertisement