| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Ant GWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.xerial.maven | 
| ArtifactId | ArtifactIdgwt-ant | 
| Last Version | Last Version1.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiongwt-ant ANT build file for GWT compiler | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| gwt-ant-1.2.1.pom | |
| gwt-ant-1.2.1.jar | 4 KB | 
| gwt-ant-1.2.1-sources.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xerial.maven/gwt-ant/ -->
<dependency>
    <groupId>org.xerial.maven</groupId>
    <artifactId>gwt-ant</artifactId>
    <version>1.2.1</version>
</dependency>// https://jarcasting.com/artifacts/org.xerial.maven/gwt-ant/
implementation 'org.xerial.maven:gwt-ant:1.2.1'// https://jarcasting.com/artifacts/org.xerial.maven/gwt-ant/
implementation ("org.xerial.maven:gwt-ant:1.2.1")'org.xerial.maven:gwt-ant:jar:1.2.1'<dependency org="org.xerial.maven" name="gwt-ant" rev="1.2.1">
  <artifact name="gwt-ant" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xerial.maven', module='gwt-ant', version='1.2.1')
)libraryDependencies += "org.xerial.maven" % "gwt-ant" % "1.2.1"[org.xerial.maven/gwt-ant "1.2.1"]