Last Version

helpers for maven related tasks 1.0.0.rc1

adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.saumya.mojo
ArtifactId

ArtifactId

maven-tools
Version

Version

1.0.0.rc1
Type

Type

jar
Description

Description

helpers for maven related tasks
adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc
Project URL

Project URL

http://github.com/torquebox/maven-tools
Source Code Management

Source Code Management

http://github.com/torquebox/maven-tools

Download maven-tools 1.0.0.rc1


<!-- https://jarcasting.com/artifacts/de.saumya.mojo/maven-tools/ -->
<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>maven-tools</artifactId>
    <version>1.0.0.rc1</version>
</dependency>
// https://jarcasting.com/artifacts/de.saumya.mojo/maven-tools/
implementation 'de.saumya.mojo:maven-tools:1.0.0.rc1'
// https://jarcasting.com/artifacts/de.saumya.mojo/maven-tools/
implementation ("de.saumya.mojo:maven-tools:1.0.0.rc1")
'de.saumya.mojo:maven-tools:jar:1.0.0.rc1'
<dependency org="de.saumya.mojo" name="maven-tools" rev="1.0.0.rc1">
  <artifact name="maven-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saumya.mojo', module='maven-tools', version='1.0.0.rc1')
)
libraryDependencies += "de.saumya.mojo" % "maven-tools" % "1.0.0.rc1"
[de.saumya.mojo/maven-tools "1.0.0.rc1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.