Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.realityforge.gwt.lognice |
ArtifactId | ArtifactIdgwt-lognice |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
gwt-lognice-0.1.pom | |
gwt-lognice-0.1.jar | 11 KB |
gwt-lognice-0.1-sources.jar | 3 KB |
gwt-lognice-0.1-javadoc.jar | 37 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.gwt.lognice/gwt-lognice/
implementation 'org.realityforge.gwt.lognice:gwt-lognice:0.1'
// https://jarcasting.com/artifacts/org.realityforge.gwt.lognice/gwt-lognice/
implementation ("org.realityforge.gwt.lognice:gwt-lognice:0.1")
'org.realityforge.gwt.lognice:gwt-lognice:jar:0.1'
<dependency org="org.realityforge.gwt.lognice" name="gwt-lognice" rev="0.1">
<artifact name="gwt-lognice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.gwt.lognice', module='gwt-lognice', version='0.1')
)
libraryDependencies += "org.realityforge.gwt.lognice" % "gwt-lognice" % "0.1"
[org.realityforge.gwt.lognice/gwt-lognice "0.1"]