com.github.kyriosdata.seed:seed

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

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.kyriosdata.seed
ArtifactId

ArtifactId

seed
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.kyriosdata.seed:seed
Biblioteca com serviços para serialização e desserialização de objetos.
Project URL

Project URL

https://github.com/kyriosdata/seed
Project Organization

Project Organization

Instituto de Informática (UFG) - Fábrica de Software
Source Code Management

Source Code Management

https://github.com/kyriosdata/seed

Download seed

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.kyriosdata.parser : parser jar 1.0.1
org.junit.jupiter : junit-jupiter-api jar 5.0.0-M2
org.junit.jupiter : junit-jupiter-engine jar 5.0.0-M2
org.junit.vintage : junit-vintage-engine jar 4.12.0-M2
org.apache.maven.plugins : maven-surefire-plugin jar 2.19.1

Project Modules

There are no modules declared in this project.

seed

Serviços de serialização e desserialização de objetos.

Javadocs


Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Fábio Nogueira de Lucena - Fábrica de Software - Instituto de Informática (UFG).

Como usar (via maven)?

Acrescente a dependência no arquivo pom.xml:

<dependency>
  <groupId>com.github.kyriosdata.seed</groupId>
  <artifactId>seed</artifactId>
  <version>1.0.1</version>
</dependency>

Versions

Version
1.0.1
1.0.0