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