is not current version
Last Version 2.4.0

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

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.

Categories

Categories

Maven Build Tools Data
GroupId

GroupId

org.twdata.maven
ArtifactId

ArtifactId

mojo-executor-parent
Version

Version

1.0.1
Type

Type

pom

Download mojo-executor-parent 1.0.1


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