MVN

org.shredzone.flattr4j : flattr4j-spring-social

Maven & Gradle

Apr 14, 2016
10 stars

flattr4j spring social · Spring Social provider module of flattr4j

<dependency>
    <groupId>org.shredzone.flattr4j</groupId>
    <artifactId>flattr4j-spring-social</artifactId>
    <version>2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.shredzone.flattr4j : flattr4j-spring-social to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13

All Versions

Choose a version of org.shredzone.flattr4j : flattr4j-spring-social to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13
flattr4j-spring-social-2.13
2.12
flattr4j-spring-social-2.12
2.11
flattr4j-spring-social-2.11
2.10
flattr4j-spring-social-2.10
2.9
flattr4j-spring-social-2.9
2.8
flattr4j-spring-social-2.8
2.7
flattr4j-spring-social-2.7
2.6
flattr4j-spring-social-2.6
2.5
flattr4j-spring-social-2.5
2.4
flattr4j-spring-social-2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.shredzone.flattr4j</groupId>
    <artifactId>flattr4j-spring-social</artifactId>
    <version>2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.shredzone.flattr4j : flattr4j-spring-social gradle dependency to your build.gradle file:

implementation 'org.shredzone.flattr4j:flattr4j-spring-social:2.13'

Gradle Kotlin DSL: Add the following org.shredzone.flattr4j : flattr4j-spring-social gradle kotlin dependency to your build.gradle.kts file:

implementation("org.shredzone.flattr4j:flattr4j-spring-social:2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.shredzone.flattr4j : flattr4j-spring-social sbt scala dependency to your build.sbt file:

libraryDependencies += "org.shredzone.flattr4j" % "flattr4j-spring-social" % "2.13"