| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаch.sourcepond.maven.plugins |
| Идентификатор | Идентификаторmaven-plugin |
| Версия | Версия0.6.10 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| maven-plugin-0.6.10.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/ -->
<dependency>
<groupId>ch.sourcepond.maven.plugins</groupId>
<artifactId>maven-plugin</artifactId>
<version>0.6.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation 'ch.sourcepond.maven.plugins:maven-plugin:0.6.10'
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation ("ch.sourcepond.maven.plugins:maven-plugin:0.6.10")
'ch.sourcepond.maven.plugins:maven-plugin:pom:0.6.10'
<dependency org="ch.sourcepond.maven.plugins" name="maven-plugin" rev="0.6.10">
<artifact name="maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.sourcepond.maven.plugins', module='maven-plugin', version='0.6.10')
)
libraryDependencies += "ch.sourcepond.maven.plugins" % "maven-plugin" % "0.6.10"
[ch.sourcepond.maven.plugins/maven-plugin "0.6.10"]