SnakeYAML Type Tag Utilities

A library to associate SnakeYAML tags with class constructors and to specify generic types for list and map properties

License

License

Categories

Categories

Net
GroupId

GroupId

net.xrrocha
ArtifactId

ArtifactId

yamltag
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SnakeYAML Type Tag Utilities
A library to associate SnakeYAML tags with class constructors and to specify generic types for list and map properties
Project URL

Project URL

https://github.com/xrrocha/yamltag

Download yamltag

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.13

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0