MVN

org.shredzone.flattr4j : flattr4j-web

Maven & Gradle

Apr 14, 2017
10 stars

flattr4j web · Web Module of flattr4j

<dependency>
    <groupId>org.shredzone.flattr4j</groupId>
    <artifactId>flattr4j-web</artifactId>
    <version>2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.14

All Versions

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

Version Vulnerabilities Updated
2.14
flattr4j-web-2.14
2.13
flattr4j-web-2.13
2.12
flattr4j-web-2.12
2.11
flattr4j-web-2.11
2.10
flattr4j-web-2.10
2.9
flattr4j-web-2.9
2.8
flattr4j-web-2.8
2.7
flattr4j-web-2.7
2.6
flattr4j-web-2.6
2.5
flattr4j-web-2.5
2.4
flattr4j-web-2.4
2.3
flattr4j-web-2.3
2.2
flattr4j-web-2.2
2.1.x
flattr4j-web-2.1.1
2.1
flattr4j-web-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.shredzone.flattr4j</groupId>
    <artifactId>flattr4j-web</artifactId>
    <version>2.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.shredzone.flattr4j:flattr4j-web:2.14'

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

implementation("org.shredzone.flattr4j:flattr4j-web:2.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.shredzone.flattr4j" % "flattr4j-web" % "2.14"