Last Version

Maven Tools for Grails 0.2

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

License

License

GroupId

GroupId

com.octo.mtg
ArtifactId

ArtifactId

mtg
Version

Version

0.2
Type

Type

pom
Description

Description

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

Project Organization

OCTO Technology

Download mtg 0.2

Filename Size
mtg-0.2.pom 4 KB
Browse

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

Dependencies

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

Project Modules

  • grails-poms
  • mtg-site-skin
  • grails-maven-plugin