Maven Plugin for Play! Framework 2.x : Plugin Parent


License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.play2-maven-plugin
ArtifactId

ArtifactId

plugin
Last Version

Last Version

1.0.0-alpha2
Release Date

Release Date

Type

Type

pom
Description

Description

Maven Plugin for Play! Framework 2.x : Plugin Parent
Maven Plugin for Play! Framework 2.x : Plugin Parent

Download plugin

Filename Size
plugin-1.0.0-alpha2.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/ -->
<dependency>
    <groupId>com.google.code.play2-maven-plugin</groupId>
    <artifactId>plugin</artifactId>
    <version>1.0.0-alpha2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/
implementation 'com.google.code.play2-maven-plugin:plugin:1.0.0-alpha2'
// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/
implementation ("com.google.code.play2-maven-plugin:plugin:1.0.0-alpha2")
'com.google.code.play2-maven-plugin:plugin:pom:1.0.0-alpha2'
<dependency org="com.google.code.play2-maven-plugin" name="plugin" rev="1.0.0-alpha2">
  <artifact name="plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.play2-maven-plugin', module='plugin', version='1.0.0-alpha2')
)
libraryDependencies += "com.google.code.play2-maven-plugin" % "plugin" % "1.0.0-alpha2"
[com.google.code.play2-maven-plugin/plugin "1.0.0-alpha2"]

Dependencies

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

Project Modules

  • play2-maven-plugin

Versions

Version
1.0.0-alpha2
1.0.0-alpha1