| License | License | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers Gradle Build Tools | 
| GroupId | GroupIdcom.github.martins1930.gradle | 
| ArtifactId | ArtifactIdglassfish-run | 
| Version | Version0.0.2-RELEASE | 
| Type | Typejar | 
| Description | Descriptionglassfish-run Project with a class that have a main method to run a Glassfish embedded instance | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-run/ -->
<dependency>
    <groupId>com.github.martins1930.gradle</groupId>
    <artifactId>glassfish-run</artifactId>
    <version>0.0.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-run/
implementation 'com.github.martins1930.gradle:glassfish-run:0.0.2-RELEASE'// https://jarcasting.com/artifacts/com.github.martins1930.gradle/glassfish-run/
implementation ("com.github.martins1930.gradle:glassfish-run:0.0.2-RELEASE")'com.github.martins1930.gradle:glassfish-run:jar:0.0.2-RELEASE'<dependency org="com.github.martins1930.gradle" name="glassfish-run" rev="0.0.2-RELEASE">
  <artifact name="glassfish-run" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.martins1930.gradle', module='glassfish-run', version='0.0.2-RELEASE')
)libraryDependencies += "com.github.martins1930.gradle" % "glassfish-run" % "0.0.2-RELEASE"[com.github.martins1930.gradle/glassfish-run "0.0.2-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2.2 | 
| commons-io : commons-io | jar | 2.4 |