MVN

com.typesafe.play : twirl-api_sjs0.6_2.10

Maven & Gradle

Dec 27, 2022
539 stars

twirl-api · twirl-api

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>twirl-api_sjs0.6_2.10</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.play : twirl-api_sjs0.6_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2
  • Latest Release Candidate: 1.4.0-RC4

All Versions

Choose a version of com.typesafe.play : twirl-api_sjs0.6_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
twirl-api_sjs0.6_2.10-1.5.2
twirl-api_sjs0.6_2.10-1.5.1
twirl-api_sjs0.6_2.10-1.5.0
twirl-api_sjs0.6_2.10-1.5.0-M5
twirl-api_sjs0.6_2.10-1.5.0-M4
twirl-api_sjs0.6_2.10-1.5.0-M3
twirl-api_sjs0.6_2.10-1.5.0-M2
twirl-api_sjs0.6_2.10-1.5.0-M1
1.4.x
twirl-api_sjs0.6_2.10-1.4.2
twirl-api_sjs0.6_2.10-1.4.1-M1
twirl-api_sjs0.6_2.10-1.4.1
twirl-api_sjs0.6_2.10-1.4.0
twirl-api_sjs0.6_2.10-1.4.0-RC4
twirl-api_sjs0.6_2.10-1.4.0-RC2
twirl-api_sjs0.6_2.10-1.4.0-RC1
twirl-api_sjs0.6_2.10-1.4.0-M2
1.3.x
twirl-api_sjs0.6_2.10-1.3.16
twirl-api_sjs0.6_2.10-1.3.15
twirl-api_sjs0.6_2.10-1.3.14
twirl-api_sjs0.6_2.10-1.3.13
twirl-api_sjs0.6_2.10-1.3.12
twirl-api_sjs0.6_2.10-1.3.10
twirl-api_sjs0.6_2.10-1.3.8
twirl-api_sjs0.6_2.10-1.3.7
twirl-api_sjs0.6_2.10-1.3.6
twirl-api_sjs0.6_2.10-1.3.5
twirl-api_sjs0.6_2.10-1.3.4
twirl-api_sjs0.6_2.10-1.3.3
twirl-api_sjs0.6_2.10-1.3.2
twirl-api_sjs0.6_2.10-1.3.1
twirl-api_sjs0.6_2.10-1.3.0
1.2.x
twirl-api_sjs0.6_2.10-1.2.1

How to add a dependency to Maven

Add the following com.typesafe.play : twirl-api_sjs0.6_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>twirl-api_sjs0.6_2.10</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.play : twirl-api_sjs0.6_2.10 gradle dependency to your build.gradle file:

implementation 'com.typesafe.play:twirl-api_sjs0.6_2.10:1.5.2'

Gradle Kotlin DSL: Add the following com.typesafe.play : twirl-api_sjs0.6_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.play:twirl-api_sjs0.6_2.10:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.play : twirl-api_sjs0.6_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.play" % "twirl-api_sjs0.6_2.10" % "1.5.2"

Advertisement