is not current version
Last Version 0.1.0-RELEASE

com.github.martins1930.gradle:glassfish-plugin 0.0.2-RELEASE

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

Categories

Categories

GlassFish Container Application Servers Gradle Build Tools
GroupId

GroupId

com.github.martins1930.gradle
ArtifactId

ArtifactId

glassfish-plugin
Version

Version

0.0.2-RELEASE
Type

Type

jar

Download glassfish-plugin 0.0.2-RELEASE


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