Last Version

Mavengem Protocol and Mavengem Wagon 1.0.3

mavengem protocol converts a rubygems repository on the fly to a maven repository and the mavengem wagon uses it to provide gem artifacts to maven POMs

License

License

EPL
Categories

Categories

Maven Build Tools
GroupId

GroupId

org.torquebox.mojo
ArtifactId

ArtifactId

mavengem
Version

Version

1.0.3
Type

Type

pom
Description

Description

Mavengem Protocol and Mavengem Wagon
mavengem protocol converts a rubygems repository on the fly to a maven repository and the mavengem wagon uses it to provide gem artifacts to maven POMs
Project URL

Project URL

http://github.com/torquebox/mavengem
Source Code Management

Source Code Management

http://github.com/torquebox/mavengem

Download mavengem 1.0.3

Filename Size
mavengem-1.0.3.pom 2 KB
Browse

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

Dependencies

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

Project Modules

  • rubygems-tools
  • mavengem-protocol
  • mavengem-wagon