Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.slf4gwt |
ArtifactId | ArtifactIdslf4gwt |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
slf4gwt-1.2.pom | |
slf4gwt-1.2.jar | 37 KB |
slf4gwt-1.2-sources.jar | 24 KB |
slf4gwt-1.2-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4gwt/slf4gwt/ -->
<dependency>
<groupId>org.slf4gwt</groupId>
<artifactId>slf4gwt</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4gwt/slf4gwt/
implementation 'org.slf4gwt:slf4gwt:1.2'
// https://jarcasting.com/artifacts/org.slf4gwt/slf4gwt/
implementation ("org.slf4gwt:slf4gwt:1.2")
'org.slf4gwt:slf4gwt:jar:1.2'
<dependency org="org.slf4gwt" name="slf4gwt" rev="1.2">
<artifact name="slf4gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4gwt', module='slf4gwt', version='1.2')
)
libraryDependencies += "org.slf4gwt" % "slf4gwt" % "1.2"
[org.slf4gwt/slf4gwt "1.2"]