MVN

com.affise : attribution

Maven & Gradle

Aug 20, 2023
3 stars

attribution · Affise Attribution Library

<dependency>
    <groupId>com.affise</groupId>
    <artifactId>attribution</artifactId>
    <version>1.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.affise : attribution to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.12
  • Latest Beta: 1.5.4-beta

All Versions

Choose a version of com.affise : attribution to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
attribution-1.6.12
attribution-1.6.11
attribution-1.6.10
attribution-1.6.9
attribution-1.6.8
attribution-1.6.7
attribution-1.6.6
attribution-1.6.5
attribution-1.6.4
attribution-1.6.3
attribution-1.6.2
attribution-1.6.1
attribution-1.6.0
1.5.x
attribution-1.5.9
attribution-1.5.8
attribution-1.5.7
attribution-1.5.6
attribution-1.5.5
attribution-1.5.4
attribution-1.5.4-beta
attribution-1.5.3
attribution-1.5.2
attribution-1.5.1
attribution-1.5.0
1.4.x
attribution-1.4.9
attribution-1.4.8
attribution-1.4.7
attribution-1.4.6
attribution-1.4.5
attribution-1.4.4
attribution-1.4.3

How to add a dependency to Maven

Add the following com.affise : attribution maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.affise</groupId>
    <artifactId>attribution</artifactId>
    <version>1.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.affise : attribution gradle dependency to your build.gradle file:

implementation 'com.affise:attribution:1.6.12'

Gradle Kotlin DSL: Add the following com.affise : attribution gradle kotlin dependency to your build.gradle.kts file:

implementation("com.affise:attribution:1.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.affise : attribution sbt scala dependency to your build.sbt file:

libraryDependencies += "com.affise" % "attribution" % "1.6.12"