<dependency> <groupId>org.eclipselabs</groupId> <artifactId>gef-gwt</artifactId> <version>3.7.0</version> </dependency>
implementation 'org.eclipselabs:gef-gwt:3.7.0'
implementation("org.eclipselabs:gef-gwt:3.7.0")
libraryDependencies += "org.eclipselabs" % "gef-gwt" % "3.7.0"
@Grapes( @Grab(group='org.eclipselabs', module='gef-gwt', version='3.7.0') )
<dependency org="org.eclipselabs" name="gef-gwt" rev="3.7.0" />
[org.eclipselabs/gef-gwt "3.7.0"]
'org.eclipselabs:gef-gwt:jar:3.7.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.code.gwtx:gwtx:1.5.3
provided
|-- com.google.gwt:gwt-user:2.6.1