is not current version
Last Version 2.0.0

io.github.portlek:serializable 1.0

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

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

serializable
Version

Version

1.0
Type

Type

jar

Download serializable 1.0


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