MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts

Maven & Gradle

Jan 18, 2017
<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-struts</artifactId>
    <version>3.2.18.RELEASE_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.18.RELEASE_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
org.apache.servicemix.bundles.spring-struts-3.2.18.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.17.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.16.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.14.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.13.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.13.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.12.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.12.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.11.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.11.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.10.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.10.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.9.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.9.RELEASE_3
org.apache.servicemix.bundles.spring-struts-3.2.9.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.8.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.8.RELEASE_1
org.apache.servicemix.bundles.spring-struts-3.2.7.RELEASE_3
org.apache.servicemix.bundles.spring-struts-3.2.7.RELEASE_2
org.apache.servicemix.bundles.spring-struts-3.2.7.RELEASE_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-struts</artifactId>
    <version>3.2.18.RELEASE_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-struts:3.2.18.RELEASE_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-struts:3.2.18.RELEASE_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-struts sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-struts" % "3.2.18.RELEASE_1"