License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdnet.wetheinter |
ArtifactId | ArtifactIdgwt |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGWT
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-2.7.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/gwt/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>gwt</artifactId>
<version>2.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/gwt/
implementation 'net.wetheinter:gwt:2.7.0'
// https://jarcasting.com/artifacts/net.wetheinter/gwt/
implementation ("net.wetheinter:gwt:2.7.0")
'net.wetheinter:gwt:pom:2.7.0'
<dependency org="net.wetheinter" name="gwt" rev="2.7.0">
<artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='gwt', version='2.7.0')
)
libraryDependencies += "net.wetheinter" % "gwt" % "2.7.0"
[net.wetheinter/gwt "2.7.0"]