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