MVN

com.builtamont : play2-scala-pdf_2.11

Maven & Gradle

Jul 17, 2017
26 stars

play2-scala-pdf · play2-scala-pdf

<dependency>
    <groupId>com.builtamont</groupId>
    <artifactId>play2-scala-pdf_2.11</artifactId>
    <version>2.0.0.P26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.builtamont : play2-scala-pdf_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.P26

All Versions

Choose a version of com.builtamont : play2-scala-pdf_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
play2-scala-pdf_2.11-2.0.0.P26
play2-scala-pdf_2.11-2.0.0.P25
play2-scala-pdf_2.11-2.0.0.P24
1.6.x
play2-scala-pdf_2.11-1.6.2.P25
play2-scala-pdf_2.11-1.6.2.P24
play2-scala-pdf_2.11-1.6.1.P24
play2-scala-pdf_2.11-1.6.1.P25
play2-scala-pdf_2.11-1.6.0.P24
play2-scala-pdf_2.11-1.6.0.P25
1.5.x
play2-scala-pdf_2.11-1.5.1.2
play2-scala-pdf_2.11-1.5.1.1

How to add a dependency to Maven

Add the following com.builtamont : play2-scala-pdf_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.builtamont</groupId>
    <artifactId>play2-scala-pdf_2.11</artifactId>
    <version>2.0.0.P26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.builtamont : play2-scala-pdf_2.11 gradle dependency to your build.gradle file:

implementation 'com.builtamont:play2-scala-pdf_2.11:2.0.0.P26'

Gradle Kotlin DSL: Add the following com.builtamont : play2-scala-pdf_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.builtamont:play2-scala-pdf_2.11:2.0.0.P26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.builtamont : play2-scala-pdf_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.builtamont" % "play2-scala-pdf_2.11" % "2.0.0.P26"

Advertisement