MVN

org.apache.mina : build

Maven & Gradle

Oct 19, 2009

Apache MINA · Apache MINA is a network application framework which helps users develop high performance and highly scalable network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.

<dependency>
    <groupId>org.apache.mina</groupId>
    <artifactId>build</artifactId>
    <version>2.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.mina : build to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-M6
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of org.apache.mina : build to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
build-2.0.0-RC1
build-2.0.0-M6
build-2.0.0-M5
build-2.0.0-M4
build-2.0.0-M3
build-2.0.0-M2
build-2.0.0-M1
1.1.x
build-1.1.7
build-1.1.6
build-1.1.5
build-1.1.4
build-1.1.3
build-1.1.2
build-1.1.1
build-1.1.0
1.0.x
build-1.0.10
build-1.0.9
build-1.0.8
build-1.0.7
build-1.0.6
build-1.0.5
build-1.0.4
build-1.0.3
build-1.0.2
build-1.0.1
build-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.mina</groupId>
    <artifactId>build</artifactId>
    <version>2.0.0-M6</version>
</dependency>

Advertisement