Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.neothemachine |
ArtifactId | ArtifactIdglge-gwt |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
glge-gwt-0.1.0.pom | |
glge-gwt-0.1.0.jar | 10 KB |
glge-gwt-0.1.0-sources.jar | 145 KB |
glge-gwt-0.1.0-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.neothemachine/glge-gwt/ -->
<dependency>
<groupId>com.github.neothemachine</groupId>
<artifactId>glge-gwt</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.neothemachine/glge-gwt/
implementation 'com.github.neothemachine:glge-gwt:0.1.0'
// https://jarcasting.com/artifacts/com.github.neothemachine/glge-gwt/
implementation ("com.github.neothemachine:glge-gwt:0.1.0")
'com.github.neothemachine:glge-gwt:jar:0.1.0'
<dependency org="com.github.neothemachine" name="glge-gwt" rev="0.1.0">
<artifact name="glge-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.neothemachine', module='glge-gwt', version='0.1.0')
)
libraryDependencies += "com.github.neothemachine" % "glge-gwt" % "0.1.0"
[com.github.neothemachine/glge-gwt "0.1.0"]