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