| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdorg.ec4j.linters |
| ArtifactId | ArtifactIdeditorconfig-linters |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEditorConfig linters
EditorConfig linter implementations
|
| Filename | Size |
|---|---|
| editorconfig-linters-0.2.1.pom | |
| editorconfig-linters-0.2.1.jar | 43 KB |
| editorconfig-linters-0.2.1-sources.jar | 18 KB |
| editorconfig-linters-0.2.1-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ec4j.linters/editorconfig-linters/ -->
<dependency>
<groupId>org.ec4j.linters</groupId>
<artifactId>editorconfig-linters</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ec4j.linters/editorconfig-linters/
implementation 'org.ec4j.linters:editorconfig-linters:0.2.1'
// https://jarcasting.com/artifacts/org.ec4j.linters/editorconfig-linters/
implementation ("org.ec4j.linters:editorconfig-linters:0.2.1")
'org.ec4j.linters:editorconfig-linters:jar:0.2.1'
<dependency org="org.ec4j.linters" name="editorconfig-linters" rev="0.2.1">
<artifact name="editorconfig-linters" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ec4j.linters', module='editorconfig-linters', version='0.2.1')
)
libraryDependencies += "org.ec4j.linters" % "editorconfig-linters" % "0.2.1"
[org.ec4j.linters/editorconfig-linters "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4-runtime | jar | 4.7 |
| org.ec4j.linters : editorconfig-lint-api | jar | 0.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |