MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.opensaml

Maven & Gradle

Nov 12, 2022
12 usages

Apache ServiceMix :: Bundles :: opensaml · This OSGi bundle wraps opensaml 3.4.6 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.opensaml</artifactId>
    <version>3.4.6_3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.4.6_3

All Versions

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

Version Vulnerabilities Updated
4.0.x
org.apache.servicemix.bundles.opensaml-4.0.1_2
org.apache.servicemix.bundles.opensaml-4.0.1_1
3.4.x
org.apache.servicemix.bundles.opensaml-3.4.6_3
org.apache.servicemix.bundles.opensaml-3.4.6_2
org.apache.servicemix.bundles.opensaml-3.4.6_1
org.apache.servicemix.bundles.opensaml-3.4.5_2
org.apache.servicemix.bundles.opensaml-3.4.5_1
org.apache.servicemix.bundles.opensaml-3.4.3_2
org.apache.servicemix.bundles.opensaml-3.4.3_1
3.3.x
org.apache.servicemix.bundles.opensaml-3.3.1_1
org.apache.servicemix.bundles.opensaml-3.3.0_2
org.apache.servicemix.bundles.opensaml-3.3.0_1
3.2.x
org.apache.servicemix.bundles.opensaml-3.2.0_2
org.apache.servicemix.bundles.opensaml-3.2.0_1
3.1.x
org.apache.servicemix.bundles.opensaml-3.1.1_4
org.apache.servicemix.bundles.opensaml-3.1.0_2
org.apache.servicemix.bundles.opensaml-3.1.1_3
org.apache.servicemix.bundles.opensaml-3.1.1_2
org.apache.servicemix.bundles.opensaml-3.1.1_1
org.apache.servicemix.bundles.opensaml-3.1.0_1
2.6.x
org.apache.servicemix.bundles.opensaml-2.6.5_3
org.apache.servicemix.bundles.opensaml-2.6.5_2
org.apache.servicemix.bundles.opensaml-2.6.4_2
org.apache.servicemix.bundles.opensaml-2.6.2_3
org.apache.servicemix.bundles.opensaml-2.6.5_1
org.apache.servicemix.bundles.opensaml-2.6.4_1
org.apache.servicemix.bundles.opensaml-2.6.2_2
org.apache.servicemix.bundles.opensaml-2.6.1_3
org.apache.servicemix.bundles.opensaml-2.6.0_5
org.apache.servicemix.bundles.opensaml-2.6.2_1
org.apache.servicemix.bundles.opensaml-2.6.0_4
org.apache.servicemix.bundles.opensaml-2.6.1_2
org.apache.servicemix.bundles.opensaml-2.6.1_1
org.apache.servicemix.bundles.opensaml-2.6.0_3
org.apache.servicemix.bundles.opensaml-2.6.0_2
org.apache.servicemix.bundles.opensaml-2.6.0_1
2.5.x
org.apache.servicemix.bundles.opensaml-2.5.3_5
org.apache.servicemix.bundles.opensaml-2.5.1_7
org.apache.servicemix.bundles.opensaml-2.5.1_6
org.apache.servicemix.bundles.opensaml-2.5.3_4
org.apache.servicemix.bundles.opensaml-2.5.1_5
org.apache.servicemix.bundles.opensaml-2.5.3_3
org.apache.servicemix.bundles.opensaml-2.5.3_2
org.apache.servicemix.bundles.opensaml-2.5.1_4
org.apache.servicemix.bundles.opensaml-2.5.3_1
org.apache.servicemix.bundles.opensaml-2.5.1_3
org.apache.servicemix.bundles.opensaml-2.5.1_2
org.apache.servicemix.bundles.opensaml-2.5.1_1
2.4.x
org.apache.servicemix.bundles.opensaml-2.4.1_2
org.apache.servicemix.bundles.opensaml-2.4.1_1
1.1_6
org.apache.servicemix.bundles.opensaml-1.1_6
1.1_5
org.apache.servicemix.bundles.opensaml-1.1_5
1.1_4
org.apache.servicemix.bundles.opensaml-1.1_4
1.1_3
org.apache.servicemix.bundles.opensaml-1.1_3
1.1_1
org.apache.servicemix.bundles.opensaml-1.1_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.opensaml 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.opensaml</artifactId>
    <version>3.4.6_3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.opensaml:3.4.6_3'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.opensaml:3.4.6_3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.opensaml" % "3.4.6_3"

Advertisement