Last Version

ROX Commons Maven Plugin 2.2.1

Base code to write Maven plugins for ROX Center client integration.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.lotaris.maven.rox.plugins
ArtifactId

ArtifactId

rox-commons-maven-plugin
Version

Version

2.2.1
Type

Type

jar
Description

Description

ROX Commons Maven Plugin
Base code to write Maven plugins for ROX Center client integration.
Project URL

Project URL

https://github.com/lotaris/rox-commons-maven-plugin

Download rox-commons-maven-plugin 2.2.1


<!-- https://jarcasting.com/artifacts/com.lotaris.maven.rox.plugins/rox-commons-maven-plugin/ -->
<dependency>
    <groupId>com.lotaris.maven.rox.plugins</groupId>
    <artifactId>rox-commons-maven-plugin</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lotaris.maven.rox.plugins/rox-commons-maven-plugin/
implementation 'com.lotaris.maven.rox.plugins:rox-commons-maven-plugin:2.2.1'
// https://jarcasting.com/artifacts/com.lotaris.maven.rox.plugins/rox-commons-maven-plugin/
implementation ("com.lotaris.maven.rox.plugins:rox-commons-maven-plugin:2.2.1")
'com.lotaris.maven.rox.plugins:rox-commons-maven-plugin:jar:2.2.1'
<dependency org="com.lotaris.maven.rox.plugins" name="rox-commons-maven-plugin" rev="2.2.1">
  <artifact name="rox-commons-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lotaris.maven.rox.plugins', module='rox-commons-maven-plugin', version='2.2.1')
)
libraryDependencies += "com.lotaris.maven.rox.plugins" % "rox-commons-maven-plugin" % "2.2.1"
[com.lotaris.maven.rox.plugins/rox-commons-maven-plugin "2.2.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-model jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5
org.codehaus.plexus : plexus-utils jar 3.0.10
org.sonatype.aether : aether-api jar 1.13.1
org.sonatype.sisu : sisu-inject-plexus jar 2.3.2
org.apache.maven.shared : maven-filtering jar 1.1
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

Project Modules

There are no modules declared in this project.