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