is not current version
Last Version 2.0.0

io.github.portlek:serializable 1.3

A stupid Java library that allows you to define serializable classes.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

serializable
Version

Version

1.3
Type

Type

jar

Download serializable 1.3


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