License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures MINA Net Networking |
GroupId | GroupIdorg.apache.mina |
ArtifactId | ArtifactIdmina-protobuf |
Version | Version3.0.0-M2 |
Type | Typejar |
Description |
DescriptionApache MINA Serialization::Protobuf 3.0.0-M2
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-protobuf-3.0.0-M2.pom | |
mina-protobuf-3.0.0-M2.jar | 14 KB |
mina-protobuf-3.0.0-M2-sources.jar | 12 KB |
mina-protobuf-3.0.0-M2-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.mina/mina-protobuf/ -->
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-protobuf</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mina/mina-protobuf/
implementation 'org.apache.mina:mina-protobuf:3.0.0-M2'
// https://jarcasting.com/artifacts/org.apache.mina/mina-protobuf/
implementation ("org.apache.mina:mina-protobuf:3.0.0-M2")
'org.apache.mina:mina-protobuf:jar:3.0.0-M2'
<dependency org="org.apache.mina" name="mina-protobuf" rev="3.0.0-M2">
<artifact name="mina-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mina', module='mina-protobuf', version='3.0.0-M2')
)
libraryDependencies += "org.apache.mina" % "mina-protobuf" % "3.0.0-M2"
[org.apache.mina/mina-protobuf "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.apache.mina : mina-codec | jar | 3.0.0-M2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j.adapters : slf4j-impl | jar | 2.0-beta2 |
org.apache.mina : mina-codec | test-jar | 3.0.0-M2 |
junit : junit | jar | 4.11 |