<dependency> <groupId>org.xerial.maven</groupId> <artifactId>gwt-ant</artifactId> <version>1.2.1</version> </dependency>
implementation 'org.xerial.maven:gwt-ant:1.2.1'
implementation("org.xerial.maven:gwt-ant:1.2.1")
libraryDependencies += "org.xerial.maven" % "gwt-ant" % "1.2.1"
@Grapes( @Grab(group='org.xerial.maven', module='gwt-ant', version='1.2.1') )
<dependency org="org.xerial.maven" name="gwt-ant" rev="1.2.1" />
[org.xerial.maven/gwt-ant "1.2.1"]
'org.xerial.maven:gwt-ant:jar:1.2.1'
<parent> <groupId>org.xerial</groupId> <artifactId>xerial</artifactId> <version>3</version> </parent>