License |
License |
---|---|
Categories |
CategoriesAnt Build Tools config Application Layer Libs Configuration |
GroupId | GroupIdorg.ec4j.ant |
ArtifactId | ArtifactIdeditorconfig-ant-tasks |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEditorConfig Ant tasks
Ant tasks for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.ec4j.ant/editorconfig-ant-tasks/ -->
<dependency>
<groupId>org.ec4j.ant</groupId>
<artifactId>editorconfig-ant-tasks</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ec4j.ant/editorconfig-ant-tasks/
implementation 'org.ec4j.ant:editorconfig-ant-tasks:0.0.1'
// https://jarcasting.com/artifacts/org.ec4j.ant/editorconfig-ant-tasks/
implementation ("org.ec4j.ant:editorconfig-ant-tasks:0.0.1")
'org.ec4j.ant:editorconfig-ant-tasks:jar:0.0.1'
<dependency org="org.ec4j.ant" name="editorconfig-ant-tasks" rev="0.0.1">
<artifact name="editorconfig-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ec4j.ant', module='editorconfig-ant-tasks', version='0.0.1')
)
libraryDependencies += "org.ec4j.ant" % "editorconfig-ant-tasks" % "0.0.1"
[org.ec4j.ant/editorconfig-ant-tasks "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.8.0 |
org.ec4j.maven : ec4j-lint-api | jar | 0.0.6 |
org.ec4j.maven : ec4j-linters | jar | 0.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant-testutil | jar | 1.8.0 |