gradle_plugins
License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Gradle Build Tools |
GroupId | GroupIdcom.github.martins1930.gradle |
ArtifactId | ArtifactIdglassfish-plugin |
Last Version | Last Version0.1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionglassfish-plugin
Gradle Glassfish plugin. This gradle plugin run a Glassfish embedded instance with the task glassfishRun
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
gradle_plugins