Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.levigo |
ArtifactId | ArtifactIdgwt-awt |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-awt-1.0.0.pom | |
gwt-awt-1.0.0.jar | 212 KB |
gwt-awt-1.0.0-sources.jar | 202 KB |
gwt-awt-1.0.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.levigo/gwt-awt/ -->
<dependency>
<groupId>com.levigo</groupId>
<artifactId>gwt-awt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.levigo/gwt-awt/
implementation 'com.levigo:gwt-awt:1.0.0'
// https://jarcasting.com/artifacts/com.levigo/gwt-awt/
implementation ("com.levigo:gwt-awt:1.0.0")
'com.levigo:gwt-awt:jar:1.0.0'
<dependency org="com.levigo" name="gwt-awt" rev="1.0.0">
<artifact name="gwt-awt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.levigo', module='gwt-awt', version='1.0.0')
)
libraryDependencies += "com.levigo" % "gwt-awt" % "1.0.0"
[com.levigo/gwt-awt "1.0.0"]