Last Version

YAML Analyzer 0.3.4

This module is meant to serve as parent for other modules that actually contain code and need to depend on other libraries.

License

License

GroupId

GroupId

org.revapi
ArtifactId

ArtifactId

revapi-yaml
Version

Version

0.3.4
Type

Type

jar
Description

Description

YAML Analyzer
This module is meant to serve as parent for other modules that actually contain code and need to depend on other libraries.
Project URL

Project URL

https://revapi.org/revapi-yaml
Project Organization

Project Organization

Lukas Krejci

Download revapi-yaml 0.3.4


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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.12.0
org.revapi : revapi-jackson jar 0.4.1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.junit.vintage : junit-vintage-engine jar

Project Modules

There are no modules declared in this project.