не последняя версия
Последняя версия 1.5.0

com.github.sbaudoin:yamllint 1.3.0

YAML 1.1 linter

Группа

Группа

com.github.sbaudoin
Идентификатор

Идентификатор

yamllint
Версия

Версия

1.3.0
Тип

Тип

jar

Скачать yamllint 1.3.0


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