is not current version
Last Version 0.0.2-RELEASE

com.github.martins1930.gradle:glassfish-run 0.0.1-RELEASE

Project with a class that have a main method to run a Glassfish embedded instance

Categories

Categories

GlassFish Container Application Servers Gradle Build Tools
GroupId

GroupId

com.github.martins1930.gradle
ArtifactId

ArtifactId

glassfish-run
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download glassfish-run 0.0.1-RELEASE


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