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