simple-yaml

A simple YAML generator for Java

License

License

MIT License
GroupId

GroupId

io.github.devatherock
ArtifactId

ArtifactId

simple-yaml
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

simple-yaml
A simple YAML generator for Java
Project URL

Project URL

https://github.com/devatherock/simple-yaml/
Source Code Management

Source Code Management

https://github.com/devatherock/simple-yaml/

Download simple-yaml

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0