MVN

com.bastengao.freeroute : struts2-freeroute-example

Maven & Gradle

Dec 08, 2013
3 stars

Freeroute Example · Struts2 Freeroute Exmaple project

<dependency>
    <groupId>com.bastengao.freeroute</groupId>
    <artifactId>struts2-freeroute-example</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bastengao.freeroute : struts2-freeroute-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.bastengao.freeroute : struts2-freeroute-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
struts2-freeroute-example-1.0.4
struts2-freeroute-example-1.0.3
struts2-freeroute-example-1.0.2
struts2-freeroute-example-1.0.1
1.0
struts2-freeroute-example-1.0

How to add a dependency to Maven

Add the following com.bastengao.freeroute : struts2-freeroute-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bastengao.freeroute</groupId>
    <artifactId>struts2-freeroute-example</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bastengao.freeroute : struts2-freeroute-example gradle dependency to your build.gradle file:

implementation 'com.bastengao.freeroute:struts2-freeroute-example:1.0.4'

Gradle Kotlin DSL: Add the following com.bastengao.freeroute : struts2-freeroute-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bastengao.freeroute:struts2-freeroute-example:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bastengao.freeroute : struts2-freeroute-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bastengao.freeroute" % "struts2-freeroute-example" % "1.0.4"