License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks GUI Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.googlecode.gwtrpcplus |
ArtifactId | ArtifactIdgwtRpcPlusGuice |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGwtRpcPlus - Guice
Extended Gwt-Rpc
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwtRpcPlusGuice-1.2.0.pom | |
gwtRpcPlusGuice-1.2.0.jar | 5 KB |
gwtRpcPlusGuice-1.2.0-sources.jar | 2 KB |
gwtRpcPlusGuice-1.2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwtrpcplus/gwtRpcPlusGuice/ -->
<dependency>
<groupId>com.googlecode.gwtrpcplus</groupId>
<artifactId>gwtRpcPlusGuice</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwtrpcplus/gwtRpcPlusGuice/
implementation 'com.googlecode.gwtrpcplus:gwtRpcPlusGuice:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.gwtrpcplus/gwtRpcPlusGuice/
implementation ("com.googlecode.gwtrpcplus:gwtRpcPlusGuice:1.2.0")
'com.googlecode.gwtrpcplus:gwtRpcPlusGuice:jar:1.2.0'
<dependency org="com.googlecode.gwtrpcplus" name="gwtRpcPlusGuice" rev="1.2.0">
<artifact name="gwtRpcPlusGuice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwtrpcplus', module='gwtRpcPlusGuice', version='1.2.0')
)
libraryDependencies += "com.googlecode.gwtrpcplus" % "gwtRpcPlusGuice" % "1.2.0"
[com.googlecode.gwtrpcplus/gwtRpcPlusGuice "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.gwtrpcplus : gwtRpcPlusServer | jar | 1.2.0 |
com.google.inject.extensions : guice-servlet | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 3.0-alpha-1 |