is not current version
Last Version 1.5.0

com.github.sbaudoin:yamllint 1.2.1

YAML 1.1 linter

GroupId

GroupId

com.github.sbaudoin
ArtifactId

ArtifactId

yamllint
Version

Version

1.2.1
Type

Type

jar

Download yamllint 1.2.1


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