| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.indeed |
| Идентификатор | Идентификаторproctor-ant-plugin |
| Версия | Версия1.1.29 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| proctor-ant-plugin-1.1.29.pom | |
| proctor-ant-plugin-1.1.29.jar | 7 KB |
| proctor-ant-plugin-1.1.29-sources.jar | 4 KB |
| proctor-ant-plugin-1.1.29-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.indeed/proctor-ant-plugin/ -->
<dependency>
<groupId>com.indeed</groupId>
<artifactId>proctor-ant-plugin</artifactId>
<version>1.1.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/proctor-ant-plugin/
implementation 'com.indeed:proctor-ant-plugin:1.1.29'
// https://jarcasting.com/artifacts/com.indeed/proctor-ant-plugin/
implementation ("com.indeed:proctor-ant-plugin:1.1.29")
'com.indeed:proctor-ant-plugin:jar:1.1.29'
<dependency org="com.indeed" name="proctor-ant-plugin" rev="1.1.29">
<artifact name="proctor-ant-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='proctor-ant-plugin', version='1.1.29')
)
libraryDependencies += "com.indeed" % "proctor-ant-plugin" % "1.1.29"
[com.indeed/proctor-ant-plugin "1.1.29"]