MVN

net.sf.openas2 : OpenAS2

Maven & Gradle

Aug 17, 2020
163 stars

OpenAS2 · This is the base Maven build file for the OpenAS2 project. The project comprises a server ,osgi bundle and a remote client component. There is a pom.xml for each of the components to build that component.

<dependency>
    <groupId>net.sf.openas2</groupId>
    <artifactId>OpenAS2</artifactId>
    <version>2.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.openas2 : OpenAS2 to add to Maven - Latest Versions:

  • Latest Stable: 2.10.1

All Versions

Choose a version of net.sf.openas2 : OpenAS2 to add to Maven - All Versions:

Version Vulnerabilities Updated
2.10.x
OpenAS2-2.10.1
OpenAS2-2.10.0
2.9.x
OpenAS2-2.9.4
OpenAS2-2.9.3
OpenAS2-2.9.2
OpenAS2-2.9.1
OpenAS2-2.9.0
2.8.x
OpenAS2-2.8.0
2.7.x
OpenAS2-2.7.1
OpenAS2-2.7.0
2.6.x
OpenAS2-2.6.4
OpenAS2-2.6.3
OpenAS2-2.6.2
OpenAS2-2.6.1
OpenAS2-2.6.0
2.4.x
OpenAS2-2.4.1
OpenAS2-2.4.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.openas2</groupId>
    <artifactId>OpenAS2</artifactId>
    <version>2.10.1</version>
</dependency>

Advertisement