MVN

com.github.siasia : xsbt-web-plugin_2.9.1

Maven & Gradle

May 08, 2012
2 usages
2 stars

xsbt-web-plugin · xsbt-web-plugin

<dependency>
    <groupId>com.github.siasia</groupId>
    <artifactId>xsbt-web-plugin_2.9.1</artifactId>
    <version>0.11.3-0.2.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.siasia : xsbt-web-plugin_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.3-0.2.11.1

All Versions

Choose a version of com.github.siasia : xsbt-web-plugin_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
xsbt-web-plugin_2.9.1-0.11.3-0.2.11.1
xsbt-web-plugin_2.9.1-0.11.2-0.2.11
xsbt-web-plugin_2.9.1-0.11.2-0.2.10
xsbt-web-plugin_2.9.1-0.11.1-0.2.10
xsbt-web-plugin_2.9.1-0.11.1-0.2.9
xsbt-web-plugin_2.9.1-0.11.1-0.2.8
xsbt-web-plugin_2.9.1-0.11.0-0.2.8
xsbt-web-plugin_2.9.1-0.11.0-0.2.7
xsbt-web-plugin_2.9.1-0.11.0-0.2.6
xsbt-web-plugin_2.9.1-0.11.0-0.2.5
xsbt-web-plugin_2.9.1-0.11.0-0.2.4
xsbt-web-plugin_2.9.1-0.11.0-0.2.3
xsbt-web-plugin_2.9.1-0.11.0-0.2.2
xsbt-web-plugin_2.9.1-0.11.0-0.2.1
xsbt-web-plugin_2.9.1-0.11.0-0.2.0

How to add a dependency to Maven

Add the following com.github.siasia : xsbt-web-plugin_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.siasia</groupId>
    <artifactId>xsbt-web-plugin_2.9.1</artifactId>
    <version>0.11.3-0.2.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.siasia : xsbt-web-plugin_2.9.1 gradle dependency to your build.gradle file:

implementation 'com.github.siasia:xsbt-web-plugin_2.9.1:0.11.3-0.2.11.1'

Gradle Kotlin DSL: Add the following com.github.siasia : xsbt-web-plugin_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.siasia:xsbt-web-plugin_2.9.1:0.11.3-0.2.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.siasia : xsbt-web-plugin_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.siasia" % "xsbt-web-plugin_2.9.1" % "0.11.3-0.2.11.1"