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

com.github.sbaudoin:yamllint 1.0.1

YAML 1.1 linter

Группа

Группа

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

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

yamllint
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать yamllint 1.0.1


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