is not current version
Last Version 2.0.0

io.github.portlek:serializable 1.1

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

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

serializable
Version

Version

1.1
Type

Type

jar

Download serializable 1.1


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