License |
License |
---|---|
GroupId | GroupIdcom.github.sbaudoin |
ArtifactId | ArtifactIdyamllint |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAMLLint
YAML 1.1 linter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yamllint-1.5.0.pom | |
yamllint-1.5.0.jar | 84 KB |
yamllint-1.5.0-sources.jar | 68 KB |
yamllint-1.5.0-javadoc.jar | 270 KB |
yamllint-1.5.0-distrib.zip | 3 MB |
yamllint-1.5.0-distrib.tar.gz | 3 MB |
yamllint-1.5.0-distrib.tar.bz2 | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sbaudoin/yamllint/ -->
<dependency>
<groupId>com.github.sbaudoin</groupId>
<artifactId>yamllint</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbaudoin/yamllint/
implementation 'com.github.sbaudoin:yamllint:1.5.0'
// https://jarcasting.com/artifacts/com.github.sbaudoin/yamllint/
implementation ("com.github.sbaudoin:yamllint:1.5.0")
'com.github.sbaudoin:yamllint:jar:1.5.0'
<dependency org="com.github.sbaudoin" name="yamllint" rev="1.5.0">
<artifact name="yamllint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbaudoin', module='yamllint', version='1.5.0')
)
libraryDependencies += "com.github.sbaudoin" % "yamllint" % "1.5.0"
[com.github.sbaudoin/yamllint "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.5.0 |
commons-io : commons-io | jar | 2.11.0 |
org.yaml : snakeyaml | jar | 1.30 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.github.stefanbirkner : system-rules | jar | 1.19.0 |
org.powermock : powermock-module-junit4 | jar | 2.0.9 |
org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
org.jacoco : org.jacoco.agent | jar | 0.8.7 |