is not current version
Last Version 0.0.7

com.github.axet:protocols 0.0.1

json based serialization library

GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

protocols
Version

Version

0.0.1
Type

Type

jar

Download protocols 0.0.1


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