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