is not current version
Last Version 0.0.7

com.github.axet:protocols 0.0.3

json based serialization library

GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

protocols
Version

Version

0.0.3
Type

Type

jar

Download protocols 0.0.3


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