Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.apetrelli.gwtintegration |
ArtifactId | ArtifactIdgwt-integration-widget |
Version | Version1.0.0-alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-widget/ -->
<dependency>
<groupId>com.github.apetrelli.gwtintegration</groupId>
<artifactId>gwt-integration-widget</artifactId>
<version>1.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-widget/
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-widget:1.0.0-alpha2'
// https://jarcasting.com/artifacts/com.github.apetrelli.gwtintegration/gwt-integration-widget/
implementation ("com.github.apetrelli.gwtintegration:gwt-integration-widget:1.0.0-alpha2")
'com.github.apetrelli.gwtintegration:gwt-integration-widget:jar:1.0.0-alpha2'
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-widget" rev="1.0.0-alpha2">
<artifact name="gwt-integration-widget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-widget', version='1.0.0-alpha2')
)
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-widget" % "1.0.0-alpha2"
[com.github.apetrelli.gwtintegration/gwt-integration-widget "1.0.0-alpha2"]