is not current version
Last Version 1.1

net.jrouter:j-protocol 1.0

Protocol and Serialization.

Categories

Categories

Net
GroupId

GroupId

net.jrouter
ArtifactId

ArtifactId

j-protocol
Version

Version

1.0
Type

Type

jar

Download j-protocol 1.0


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