не последняя версия
Последняя версия 2.4.0

org.twdata.maven:mojo-executor-parent 2.0

The Mojo Executor provides a way to to execute other Mojos (plugins) within a Maven plugin, allowing you to easily create Maven plugins that are composed of other plugins.

Категории

Категории

Maven Компиляция и сборка Данные
Группа

Группа

org.twdata.maven
Идентификатор

Идентификатор

mojo-executor-parent
Версия

Версия

2.0
Тип

Тип

pom

Скачать mojo-executor-parent 2.0

Имя Файла Размер
mojo-executor-parent-2.0.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor-parent/ -->
<dependency>
    <groupId>org.twdata.maven</groupId>
    <artifactId>mojo-executor-parent</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor-parent/
implementation 'org.twdata.maven:mojo-executor-parent:2.0'
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor-parent/
implementation ("org.twdata.maven:mojo-executor-parent:2.0")
'org.twdata.maven:mojo-executor-parent:pom:2.0'
<dependency org="org.twdata.maven" name="mojo-executor-parent" rev="2.0">
  <artifact name="mojo-executor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.twdata.maven', module='mojo-executor-parent', version='2.0')
)
libraryDependencies += "org.twdata.maven" % "mojo-executor-parent" % "2.0"
[org.twdata.maven/mojo-executor-parent "2.0"]