| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Data |
| GroupId | GroupIdorg.twdata.maven |
| ArtifactId | ArtifactIdmojo-executor |
| Version | Version2.3.3 |
| Type | Typejar |
| Description |
DescriptionMojo Executor
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.
|
| Filename | Size |
|---|---|
| mojo-executor-2.3.3.pom | |
| mojo-executor-2.3.3.jar | 12 KB |
| mojo-executor-2.3.3-sources.jar | 6 KB |
| mojo-executor-2.3.3-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/ -->
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation 'org.twdata.maven:mojo-executor:2.3.3'
// https://jarcasting.com/artifacts/org.twdata.maven/mojo-executor/
implementation ("org.twdata.maven:mojo-executor:2.3.3")
'org.twdata.maven:mojo-executor:jar:2.3.3'
<dependency org="org.twdata.maven" name="mojo-executor" rev="2.3.3">
<artifact name="mojo-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.twdata.maven', module='mojo-executor', version='2.3.3')
)
libraryDependencies += "org.twdata.maven" % "mojo-executor" % "2.3.3"
[org.twdata.maven/mojo-executor "2.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-core | jar | |
| org.apache.maven : maven-model | jar | 3.5.0 |
| org.apache.maven : maven-plugin-api | jar | |
| org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest-core | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |