MVN

com.betfair.cougar : cougar-codegen-plugin

Maven & Gradle

Jun 06, 2015
28 stars

This maven plugin takes an IDL and applies the transformations specified by the transformationsClass. It uses freemarker as the templating engine.

<plugin>
    <groupId>com.betfair.cougar</groupId>
    <artifactId>cougar-codegen-plugin</artifactId>
    <version>3.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.betfair.cougar : cougar-codegen-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2.1
  • Latest Release Candidate: 3.1.0.rc4

All Versions

Choose a version of com.betfair.cougar : cougar-codegen-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
cougar-codegen-plugin-3.2.1
cougar-codegen-plugin-3.2.0
3.1.x
cougar-codegen-plugin-3.1.1
cougar-codegen-plugin-3.1.0
cougar-codegen-plugin-3.1.0.rc4
3.0.x
cougar-codegen-plugin-3.0.0.rc1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.betfair.cougar</groupId>
    <artifactId>cougar-codegen-plugin</artifactId>
    <version>3.2.1</version>
</plugin>

Advertisement