glassfish-plugin

Gradle Glassfish plugin. This gradle plugin run a Glassfish embedded instance with the task glassfishRun

License

License

Categories

Categories

GlassFish Container Application Servers Gradle Build Tools
GroupId

GroupId

com.github.martins1930.gradle
ArtifactId

ArtifactId

glassfish-plugin
Last Version

Last Version

0.1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

glassfish-plugin
Gradle Glassfish plugin. This gradle plugin run a Glassfish embedded instance with the task glassfishRun
Project URL

Project URL

https://github.com/martins1930/gradle_plugins
Source Code Management

Source Code Management

https://github.com/martins1930/gradle_plugins.git

Download glassfish-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-plugin/ -->
<dependency>
    <groupId>com.github.martins1930.gradle</groupId>
    <artifactId>glassfish-plugin</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-plugin/
implementation 'com.github.martins1930.gradle:glassfish-plugin:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-plugin/
implementation ("com.github.martins1930.gradle:glassfish-plugin:0.1.0-RELEASE")
'com.github.martins1930.gradle:glassfish-plugin:jar:0.1.0-RELEASE'
<dependency org="com.github.martins1930.gradle" name="glassfish-plugin" rev="0.1.0-RELEASE">
  <artifact name="glassfish-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martins1930.gradle', module='glassfish-plugin', version='0.1.0-RELEASE')
)
libraryDependencies += "com.github.martins1930.gradle" % "glassfish-plugin" % "0.1.0-RELEASE"
[com.github.martins1930.gradle/glassfish-plugin "0.1.0-RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

gradle_plugins

Versions

Version
0.1.0-RELEASE
0.0.2-RELEASE