| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.robertboothby |
| Идентификатор | Идентификаторmaven-plugin-parent |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMojo Parent POM
This is the parent pom for all MOJO development within the com.robertboothby namespace
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maven-plugin-parent-0.1.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/ -->
<dependency>
<groupId>com.robertboothby</groupId>
<artifactId>maven-plugin-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/
implementation 'com.robertboothby:maven-plugin-parent:0.1.0'
// https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/
implementation ("com.robertboothby:maven-plugin-parent:0.1.0")
'com.robertboothby:maven-plugin-parent:pom:0.1.0'
<dependency org="com.robertboothby" name="maven-plugin-parent" rev="0.1.0">
<artifact name="maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='maven-plugin-parent', version='0.1.0')
)
libraryDependencies += "com.robertboothby" % "maven-plugin-parent" % "0.1.0"
[com.robertboothby/maven-plugin-parent "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5.1 |
| org.apache.maven : maven-core | jar | 3.5.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |