License |
License |
---|---|
GroupId | GroupIdorg.revapi |
ArtifactId | ArtifactIdrevapi-yaml |
Last Version | Last Version0.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
revapi-yaml-0.3.4.pom | |
revapi-yaml-0.3.4.jar | 5 KB |
revapi-yaml-0.3.4-sources.jar | 4 KB |
revapi-yaml-0.3.4-javadoc.jar | 406 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.0 |
org.revapi : revapi-jackson | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.vintage : junit-vintage-engine | jar |