Categories |
CategoriesGlassFish Container Application Servers Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.wavesoftware |
ArtifactId | ArtifactIdglassfish-ant-console |
Version | Version0.1.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation 'com.github.wavesoftware:glassfish-ant-console:0.1.3'
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation ("com.github.wavesoftware:glassfish-ant-console:0.1.3")
'com.github.wavesoftware:glassfish-ant-console:jar:0.1.3'
<dependency org="com.github.wavesoftware" name="glassfish-ant-console" rev="0.1.3">
<artifact name="glassfish-ant-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wavesoftware', module='glassfish-ant-console', version='0.1.3')
)
libraryDependencies += "com.github.wavesoftware" % "glassfish-ant-console" % "0.1.3"
[com.github.wavesoftware/glassfish-ant-console "0.1.3"]