is not current version
Last Version 2.0.0-9

org.webjars.npm:yaml 1.7.2

WebJar for yaml

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

yaml
Version

Version

1.7.2
Type

Type

jar

Download yaml 1.7.2


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