MVN

org.jruby.maven : mavengem

Maven & Gradle

Aug 16, 2023
3 stars

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

<dependency>
    <groupId>org.jruby.maven</groupId>
    <artifactId>mavengem</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jruby.maven : mavengem to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.jruby.maven : mavengem to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
mavengem-2.0.1
mavengem-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jruby.maven</groupId>
    <artifactId>mavengem</artifactId>
    <version>2.0.1</version>
</dependency>