| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторeditorconfig |
| Версия | Версия0.11.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| editorconfig-0.11.0.pom | |
| editorconfig-0.11.0.jar | 20 KB |
| editorconfig-0.11.0-sources.jar | 22 bytes |
| editorconfig-0.11.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/editorconfig/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>editorconfig</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/editorconfig/
implementation 'org.webjars.npm:editorconfig:0.11.0'
// https://jarcasting.com/artifacts/org.webjars.npm/editorconfig/
implementation ("org.webjars.npm:editorconfig:0.11.0")
'org.webjars.npm:editorconfig:jar:0.11.0'
<dependency org="org.webjars.npm" name="editorconfig" rev="0.11.0">
<artifact name="editorconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='editorconfig', version='0.11.0')
)
libraryDependencies += "org.webjars.npm" % "editorconfig" % "0.11.0"
[org.webjars.npm/editorconfig "0.11.0"]