Last Version

Apache MINA Examples 2.1.6

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.

License

License

Categories

Categories

MINA Net Networking
GroupId

GroupId

org.apache.mina
ArtifactId

ArtifactId

mina-example
Version

Version

2.1.6
Type

Type

jar
Description

Description

Apache MINA Examples
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.
Project Organization

Project Organization

Apache MINA Project
Source Code Management

Source Code Management

https://github.com/apache/mina/tree/2.1.6/mina-example

Download mina-example 2.1.6


<!-- https://jarcasting.com/artifacts/org.apache.mina/mina-example/ -->
<dependency>
    <groupId>org.apache.mina</groupId>
    <artifactId>mina-example</artifactId>
    <version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mina/mina-example/
implementation 'org.apache.mina:mina-example:2.1.6'
// https://jarcasting.com/artifacts/org.apache.mina/mina-example/
implementation ("org.apache.mina:mina-example:2.1.6")
'org.apache.mina:mina-example:jar:2.1.6'
<dependency org="org.apache.mina" name="mina-example" rev="2.1.6">
  <artifact name="mina-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mina', module='mina-example', version='2.1.6')
)
libraryDependencies += "org.apache.mina" % "mina-example" % "2.1.6"
[org.apache.mina/mina-example "2.1.6"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.mina : mina-core bundle 2.1.6
org.apache.mina : mina-integration-beans bundle 2.1.6
org.apache.mina : mina-integration-jmx bundle 2.1.6
org.apache.mina : mina-statemachine bundle 2.1.6
org.apache.mina : mina-filter-compression bundle 2.1.6
org.springframework : spring jar 2.5.6.SEC03
org.slf4j : jcl-over-slf4j jar 1.7.35
org.slf4j : slf4j-api jar 1.7.35

test (3)

Group / Artifact Type Version
jmock : jmock jar 1.2.0
org.slf4j : slf4j-log4j12 jar 1.7.35
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.