| Категории |
КатегорииPMD Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.zxytech.jurest |
| Идентификатор | Идентификаторjurest-pmd |
| Версия | Версия1.0-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jurest-pmd-1.0-RC1.pom | |
| jurest-pmd-1.0-RC1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/ -->
<dependency>
<groupId>com.zxytech.jurest</groupId>
<artifactId>jurest-pmd</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/
implementation 'com.zxytech.jurest:jurest-pmd:1.0-RC1'
// https://jarcasting.com/artifacts/com.zxytech.jurest/jurest-pmd/
implementation ("com.zxytech.jurest:jurest-pmd:1.0-RC1")
'com.zxytech.jurest:jurest-pmd:jar:1.0-RC1'
<dependency org="com.zxytech.jurest" name="jurest-pmd" rev="1.0-RC1">
<artifact name="jurest-pmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zxytech.jurest', module='jurest-pmd', version='1.0-RC1')
)
libraryDependencies += "com.zxytech.jurest" % "jurest-pmd" % "1.0-RC1"
[com.zxytech.jurest/jurest-pmd "1.0-RC1"]