| License | License | 
|---|---|
| Categories | CategoriesMINA Net Networking | 
| GroupId | GroupIdorg.apache.mina | 
| ArtifactId | ArtifactIdmina-benchmarks | 
| Last Version | Last Version3.0.0-M2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache MINA Benchmarks tests 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 | 
| Filename | Size | 
|---|---|
| mina-benchmarks-3.0.0-M2.pom | |
| mina-benchmarks-3.0.0-M2.jar | 6 KB | 
| mina-benchmarks-3.0.0-M2-sources.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.mina/mina-benchmarks/ -->
<dependency>
    <groupId>org.apache.mina</groupId>
    <artifactId>mina-benchmarks</artifactId>
    <version>3.0.0-M2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.mina/mina-benchmarks/
implementation 'org.apache.mina:mina-benchmarks:3.0.0-M2'// https://jarcasting.com/artifacts/org.apache.mina/mina-benchmarks/
implementation ("org.apache.mina:mina-benchmarks:3.0.0-M2")'org.apache.mina:mina-benchmarks:jar:3.0.0-M2'<dependency org="org.apache.mina" name="mina-benchmarks" rev="3.0.0-M2">
  <artifact name="mina-benchmarks" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.mina', module='mina-benchmarks', version='3.0.0-M2')
)libraryDependencies += "org.apache.mina" % "mina-benchmarks" % "3.0.0-M2"[org.apache.mina/mina-benchmarks "3.0.0-M2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.mina : mina-core | jar | 3.0.0-M2 | 
| io.netty : netty | jar | 3.6.6.Final | 
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| junit : junit | jar | 4.11 |