Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks GUI Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.googlecode.gwtrpcplus |
ArtifactId | ArtifactIdgwtRpcPlusGuice |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gwtRpcPlusGuice-1.0.0.pom | |
gwtRpcPlusGuice-1.0.0.jar | 5 KB |
gwtRpcPlusGuice-1.0.0-sources.jar | 2 KB |
gwtRpcPlusGuice-1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwtrpcplus/gwtRpcPlusGuice/
implementation 'com.googlecode.gwtrpcplus:gwtRpcPlusGuice:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.gwtrpcplus/gwtRpcPlusGuice/
implementation ("com.googlecode.gwtrpcplus:gwtRpcPlusGuice:1.0.0")
'com.googlecode.gwtrpcplus:gwtRpcPlusGuice:jar:1.0.0'
<dependency org="com.googlecode.gwtrpcplus" name="gwtRpcPlusGuice" rev="1.0.0">
<artifact name="gwtRpcPlusGuice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwtrpcplus', module='gwtRpcPlusGuice', version='1.0.0')
)
libraryDependencies += "com.googlecode.gwtrpcplus" % "gwtRpcPlusGuice" % "1.0.0"
[com.googlecode.gwtrpcplus/gwtRpcPlusGuice "1.0.0"]