Categories |
CategoriesGlassFish Container Application Servers Gradle Build Tools |
---|---|
GroupId | GroupIdcom.github.martins1930.gradle |
ArtifactId | ArtifactIdglassfish-run |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- 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"]