MVN

com.typesafe.play : play-docs-sbt-plugin_2.12_1.0

Maven & Gradle

Aug 21, 2023
12.5k stars

Play-Docs-Sbt-Plugin · Play-Docs-Sbt-Plugin

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-docs-sbt-plugin_2.12_1.0</artifactId>
    <version>2.9.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0-M7
  • Latest Release Candidate: 2.8.9-RC1

All Versions

Choose a version of com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
play-docs-sbt-plugin_2.12_1.0-2.9.0-M7
play-docs-sbt-plugin_2.12_1.0-2.9.0-M6
play-docs-sbt-plugin_2.12_1.0-2.9.0-M5
play-docs-sbt-plugin_2.12_1.0-2.9.0-M4
play-docs-sbt-plugin_2.12_1.0-2.9.0-M3
play-docs-sbt-plugin_2.12_1.0-2.9.0-M2
2.8.x
play-docs-sbt-plugin_2.12_1.0-2.8.20
play-docs-sbt-plugin_2.12_1.0-2.8.19
play-docs-sbt-plugin_2.12_1.0-2.8.18
play-docs-sbt-plugin_2.12_1.0-2.8.17
play-docs-sbt-plugin_2.12_1.0-2.8.16
play-docs-sbt-plugin_2.12_1.0-2.8.15
play-docs-sbt-plugin_2.12_1.0-2.8.14
play-docs-sbt-plugin_2.12_1.0-2.8.13
play-docs-sbt-plugin_2.12_1.0-2.8.12
play-docs-sbt-plugin_2.12_1.0-2.8.11
play-docs-sbt-plugin_2.12_1.0-2.8.10
play-docs-sbt-plugin_2.12_1.0-2.8.9
play-docs-sbt-plugin_2.12_1.0-2.8.9-RC1
play-docs-sbt-plugin_2.12_1.0-2.8.8
play-docs-sbt-plugin_2.12_1.0-2.8.8-RC1

How to add a dependency to Maven

Add the following com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-docs-sbt-plugin_2.12_1.0</artifactId>
    <version>2.9.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.typesafe.play:play-docs-sbt-plugin_2.12_1.0:2.9.0-M7'

Gradle Kotlin DSL: Add the following com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.play:play-docs-sbt-plugin_2.12_1.0:2.9.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.play : play-docs-sbt-plugin_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.play" % "play-docs-sbt-plugin_2.12_1.0" % "2.9.0-M7"

Advertisement