Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.realityforge.gwt.lognice |
ArtifactId | ArtifactIdgwt-lognice |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
gwt-lognice-0.5.pom | |
gwt-lognice-0.5.jar | 15 KB |
gwt-lognice-0.5-sources.jar | 5 KB |
gwt-lognice-0.5-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.gwt.lognice/gwt-lognice/ -->
<dependency>
<groupId>org.realityforge.gwt.lognice</groupId>
<artifactId>gwt-lognice</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.gwt.lognice/gwt-lognice/
implementation 'org.realityforge.gwt.lognice:gwt-lognice:0.5'
// https://jarcasting.com/artifacts/org.realityforge.gwt.lognice/gwt-lognice/
implementation ("org.realityforge.gwt.lognice:gwt-lognice:0.5")
'org.realityforge.gwt.lognice:gwt-lognice:jar:0.5'
<dependency org="org.realityforge.gwt.lognice" name="gwt-lognice" rev="0.5">
<artifact name="gwt-lognice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.gwt.lognice', module='gwt-lognice', version='0.5')
)
libraryDependencies += "org.realityforge.gwt.lognice" % "gwt-lognice" % "0.5"
[org.realityforge.gwt.lognice/gwt-lognice "0.5"]