License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Ant Build Tools |
GroupId | GroupIdcom.github.wavesoftware |
ArtifactId | ArtifactIdglassfish-ant-console |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassfish extended ANT tasks
Adds ant tasks to manage auth-realm, resources and pool as well as standard glassfish-ant-task
|
<!-- https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/ -->
<dependency>
<groupId>com.github.wavesoftware</groupId>
<artifactId>glassfish-ant-console</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation 'com.github.wavesoftware:glassfish-ant-console:0.1.6'
// https://jarcasting.com/artifacts/com.github.wavesoftware/glassfish-ant-console/
implementation ("com.github.wavesoftware:glassfish-ant-console:0.1.6")
'com.github.wavesoftware:glassfish-ant-console:jar:0.1.6'
<dependency org="com.github.wavesoftware" name="glassfish-ant-console" rev="0.1.6">
<artifact name="glassfish-ant-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wavesoftware', module='glassfish-ant-console', version='0.1.6')
)
libraryDependencies += "com.github.wavesoftware" % "glassfish-ant-console" % "0.1.6"
[com.github.wavesoftware/glassfish-ant-console "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.9.4 |
org.glassfish.main : ant-tasks | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.assertj : assertj-core | jar | 1.6.0 |
org.mockito : mockito-core | jar | 1.9.5 |