MVN

org.flockdata : fd-spring

Maven & Gradle

Jul 29, 2017
5 stars
<dependency>
    <groupId>org.flockdata</groupId>
    <artifactId>fd-spring</artifactId>
    <version>0.98.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flockdata : fd-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.98.8

All Versions

Choose a version of org.flockdata : fd-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.98.x
fd-spring-0.98.8
fd-spring-0.98.7
fd-spring-0.98.6
fd-spring-0.98.5
fd-spring-0.98.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.flockdata</groupId>
    <artifactId>fd-spring</artifactId>
    <version>0.98.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.flockdata : fd-spring gradle dependency to your build.gradle file:

implementation 'org.flockdata:fd-spring:0.98.8'

Gradle Kotlin DSL: Add the following org.flockdata : fd-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.flockdata:fd-spring:0.98.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.flockdata : fd-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.flockdata" % "fd-spring" % "0.98.8"

Advertisement