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