Categories |
CategoriesGlassFish Container Application Servers Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.wavesoftware |
ArtifactId | ArtifactIdglassfish-ant-console |
Version | Version0.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/ -->
<dependency>
<groupId>com.github.wavesoftware</groupId>
<artifactId>glassfish-ant-console</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation 'com.github.wavesoftware:glassfish-ant-console:0.1.5'
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation ("com.github.wavesoftware:glassfish-ant-console:0.1.5")
'com.github.wavesoftware:glassfish-ant-console:jar:0.1.5'
<dependency org="com.github.wavesoftware" name="glassfish-ant-console" rev="0.1.5">
<artifact name="glassfish-ant-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wavesoftware', module='glassfish-ant-console', version='0.1.5')
)
libraryDependencies += "com.github.wavesoftware" % "glassfish-ant-console" % "0.1.5"
[com.github.wavesoftware/glassfish-ant-console "0.1.5"]