MVN

org.cfmlprojects : runwar

Maven & Gradle

Jun 13, 2016
10 stars

RunWAR · Run WARs with ease

<dependency>
    <groupId>org.cfmlprojects</groupId>
    <artifactId>runwar</artifactId>
    <version>3.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cfmlprojects : runwar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.8

All Versions

Choose a version of org.cfmlprojects : runwar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
runwar-3.4.8

How to add a dependency to Maven

Add the following org.cfmlprojects : runwar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cfmlprojects</groupId>
    <artifactId>runwar</artifactId>
    <version>3.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cfmlprojects : runwar gradle dependency to your build.gradle file:

implementation 'org.cfmlprojects:runwar:3.4.8'

Gradle Kotlin DSL: Add the following org.cfmlprojects : runwar gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cfmlprojects:runwar:3.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cfmlprojects : runwar sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cfmlprojects" % "runwar" % "3.4.8"