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