MVN

org.ict4h : atomfeed-client-spring

Maven & Gradle

Feb 23, 2022
<dependency>
    <groupId>org.ict4h</groupId>
    <artifactId>atomfeed-client-spring</artifactId>
    <version>1.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ict4h : atomfeed-client-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.1

All Versions

Choose a version of org.ict4h : atomfeed-client-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
atomfeed-client-spring-1.10.1
atomfeed-client-spring-1.10.0
1.9.x
atomfeed-client-spring-1.9.5
atomfeed-client-spring-1.9.4
atomfeed-client-spring-1.9.3
atomfeed-client-spring-1.9.2
atomfeed-client-spring-1.9.1
atomfeed-client-spring-1.9.0
1.8
atomfeed-client-spring-1.8
1.7
atomfeed-client-spring-1.7
1.6
atomfeed-client-spring-1.6
1.5
atomfeed-client-spring-1.5
1.4
atomfeed-client-spring-1.4
1.3
atomfeed-client-spring-1.3
1.2
atomfeed-client-spring-1.2
0.9.x
atomfeed-client-spring-0.9.2

How to add a dependency to Maven

Add the following org.ict4h : atomfeed-client-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ict4h</groupId>
    <artifactId>atomfeed-client-spring</artifactId>
    <version>1.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ict4h : atomfeed-client-spring gradle dependency to your build.gradle file:

implementation 'org.ict4h:atomfeed-client-spring:1.10.1'

Gradle Kotlin DSL: Add the following org.ict4h : atomfeed-client-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ict4h:atomfeed-client-spring:1.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ict4h : atomfeed-client-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ict4h" % "atomfeed-client-spring" % "1.10.1"

Advertisement