<dependency> <groupId>com.allen-sauer.gwt.log</groupId> <artifactId>gwt-log</artifactId> <version>3.1.7</version> </dependency>
implementation 'com.allen-sauer.gwt.log:gwt-log:3.1.7'
implementation("com.allen-sauer.gwt.log:gwt-log:3.1.7")
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.1.7"
@Grapes( @Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.1.7') )
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.1.7" />
[com.allen-sauer.gwt.log/gwt-log "3.1.7"]
'com.allen-sauer.gwt.log:gwt-log:jar:3.1.7'
compile
|-- com.google.gwt:gwt-user:2.4.0