Download gwt-log-3.2.1.jar file - Jar g

Jar examples for g:gwt-log

Description

Library providing easy to use logging capabilities to Google Web Toolkit (GWT) projects.

You can download jar file gwt-log 3.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gwt-log-3.2.1.jar to your project.

<dependency>
   <groupId>com.allen-sauer.gwt.log</groupId>
   <artifactId>gwt-log</artifactId>
   <version>3.2.1</version>
</dependency>
compile group: 'com.allen-sauer.gwt.log', name: 'gwt-log', version: '3.2.1'
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.2.1"
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.2.1"/>
@Grapes(@Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.2.1'))
'com.allen-sauer.gwt.log:gwt-log:jar:3.2.1'

Download

Click the following link to download the jar file.

gwt-log-3.2.1-javadoc.jar
gwt-log-3.2.1-sources.jar
gwt-log-3.2.1.jar
gwt-log-3.2.1.pom



Related Tutorials