License |
License |
---|---|
Categories |
CategoriesMINA Net Networking |
GroupId | GroupIdorg.apache.mina |
ArtifactId | ArtifactIdmina-example |
Last Version | Last Version2.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mina-example-2.1.6.pom | |
mina-example-2.1.6.jar | 150 KB |
mina-example-2.1.6-sources.jar | 143 KB |
mina-example-2.1.6-javadoc.jar | 647 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
jmock : jmock | jar | 1.2.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.35 |
junit : junit | jar | 4.13.2 |