Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.static-ioc |
ArtifactId | ArtifactIdstaticioc-samples-gwt |
Version | Version0.3 |
Type | Typewar |
Filename | Size |
---|---|
staticioc-samples-gwt-0.3.pom | |
staticioc-samples-gwt-0.3.war | 7 MB |
staticioc-samples-gwt-0.3-sources.jar | 36 KB |
staticioc-samples-gwt-0.3-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-samples-gwt/ -->
<dependency>
<groupId>com.googlecode.static-ioc</groupId>
<artifactId>staticioc-samples-gwt</artifactId>
<version>0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-samples-gwt/
implementation 'com.googlecode.static-ioc:staticioc-samples-gwt:0.3'
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-samples-gwt/
implementation ("com.googlecode.static-ioc:staticioc-samples-gwt:0.3")
'com.googlecode.static-ioc:staticioc-samples-gwt:war:0.3'
<dependency org="com.googlecode.static-ioc" name="staticioc-samples-gwt" rev="0.3">
<artifact name="staticioc-samples-gwt" type="war" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.static-ioc', module='staticioc-samples-gwt', version='0.3')
)
libraryDependencies += "com.googlecode.static-ioc" % "staticioc-samples-gwt" % "0.3"
[com.googlecode.static-ioc/staticioc-samples-gwt "0.3"]