| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.allen-sauer.gwt.log |
| ArtifactId | ArtifactIdgwt-log |
| Version | Version3.3.2 |
| Type | Typejar |
| Description |
Descriptiongwt-log
Library providing easy to use logging capabilities to Google Web Toolkit (GWT) projects.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gwt-log-3.3.2.pom | |
| gwt-log-3.3.2.jar | 150 KB |
| gwt-log-3.3.2-sources.jar | 71 KB |
| gwt-log-3.3.2-javadoc.jar | 201 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.allen-sauer.gwt.log/gwt-log/ -->
<dependency>
<groupId>com.allen-sauer.gwt.log</groupId>
<artifactId>gwt-log</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.allen-sauer.gwt.log/gwt-log/
implementation 'com.allen-sauer.gwt.log:gwt-log:3.3.2'
// https://jarcasting.com/artifacts/com.allen-sauer.gwt.log/gwt-log/
implementation ("com.allen-sauer.gwt.log:gwt-log:3.3.2")
'com.allen-sauer.gwt.log:gwt-log:jar:3.3.2'
<dependency org="com.allen-sauer.gwt.log" name="gwt-log" rev="3.3.2">
<artifact name="gwt-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.allen-sauer.gwt.log', module='gwt-log', version='3.3.2')
)
libraryDependencies += "com.allen-sauer.gwt.log" % "gwt-log" % "3.3.2"
[com.allen-sauer.gwt.log/gwt-log "3.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.6.0 |