| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка config Библиотеки уровня приложения Configuration |
| Группа | Группаorg.ec4j.ant |
| Идентификатор | Идентификаторeditorconfig-ant-tasks |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEditorConfig Ant tasks
Ant tasks for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| editorconfig-ant-tasks-0.0.1.pom | |
| editorconfig-ant-tasks-0.0.1.jar | 17 KB |
| editorconfig-ant-tasks-0.0.1-sources.jar | 15 KB |
| editorconfig-ant-tasks-0.0.1-javadoc.jar | 53 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant-testutil | jar | 1.8.0 |