is not current version
Last Version 1.0.1

com.github.kyriosdata.seed:seed 1.0.0

Biblioteca com serviços para serialização e desserialização de objetos.

Categories

Categories

Data
GroupId

GroupId

com.github.kyriosdata.seed
ArtifactId

ArtifactId

seed
Version

Version

1.0.0
Type

Type

jar

Download seed 1.0.0


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