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