License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.intendia.gwt.autorest |
ArtifactId | ArtifactIdautorest-gwt-example |
Version | Version0.2 |
Type | Typewar |
Description |
DescriptionAutoRest :: Example
A source code generator for GWT compatible proxies from RESTful services (JSR311).
|
Filename | Size |
---|---|
autorest-gwt-example-0.2.pom | |
autorest-gwt-example-0.2.war | 53 MB |
autorest-gwt-example-0.2-sources.jar | 6 KB |
autorest-gwt-example-0.2-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt-example/ -->
<dependency>
<groupId>com.intendia.gwt.autorest</groupId>
<artifactId>autorest-gwt-example</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt-example/
implementation 'com.intendia.gwt.autorest:autorest-gwt-example:0.2'
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt-example/
implementation ("com.intendia.gwt.autorest:autorest-gwt-example:0.2")
'com.intendia.gwt.autorest:autorest-gwt-example:war:0.2'
<dependency org="com.intendia.gwt.autorest" name="autorest-gwt-example" rev="0.2">
<artifact name="autorest-gwt-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.autorest', module='autorest-gwt-example', version='0.2')
)
libraryDependencies += "com.intendia.gwt.autorest" % "autorest-gwt-example" % "0.2"
[com.intendia.gwt.autorest/autorest-gwt-example "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.intendia.gwt.autorest : autorest-gwt | jar | 0.2 |
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : jsr311-api | jar | 1.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |