MVN

com.octo.mtg : mtg

Maven & Gradle

Sep 21, 2007

Maven Tools for Grails · This project is a set of components to ease the development of a Grails application with maven 2.

<dependency>
    <groupId>com.octo.mtg</groupId>
    <artifactId>mtg</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.octo.mtg : mtg to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of com.octo.mtg : mtg to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
mtg-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.octo.mtg</groupId>
    <artifactId>mtg</artifactId>
    <version>0.2</version>
</dependency>