This is the parent POM for all projects published by SourcePond.
| Лицензия |
Лицензия
Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаch.sourcepond.maven.plugins |
| Идентификатор | Идентификаторmaven-plugin |
| Последняя версия | Последняя версия0.7.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеBase-POM for Maven Plugins
Base project object model for all Maven-plugin projects published by SourcePond.
|
| Организация-разработчик |
Организация-разработчикSourcePond |
| Имя Файла | Размер |
|---|---|
| maven-plugin-0.7.7.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.7.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation 'ch.sourcepond.maven.plugins:maven-plugin:0.7.7'
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation ("ch.sourcepond.maven.plugins:maven-plugin:0.7.7")
'ch.sourcepond.maven.plugins:maven-plugin:pom:0.7.7'
<dependency org="ch.sourcepond.maven.plugins" name="maven-plugin" rev="0.7.7">
<artifact name="maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.sourcepond.maven.plugins', module='maven-plugin', version='0.7.7')
)
libraryDependencies += "ch.sourcepond.maven.plugins" % "maven-plugin" % "0.7.7"
[ch.sourcepond.maven.plugins/maven-plugin "0.7.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.3.9 |
| org.apache.maven : maven-core | jar | 3.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.3.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.11 |
| org.objenesis : objenesis | jar | 2.5.1 |
| ch.qos.logback : logback-core | jar | 1.2.1 |
| ch.qos.logback : logback-classic | jar | 1.2.1 |
This is the parent POM for all projects published by SourcePond.