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