Last Version

AutoREST 0.9

A source code generator for GWT compatible proxies from RESTful services (JSR311).

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Auto Application Layer Libs Code Generators
GroupId

GroupId

com.intendia.gwt.autorest
ArtifactId

ArtifactId

autorest-parent
Version

Version

0.9
Type

Type

pom
Description

Description

AutoREST
A source code generator for GWT compatible proxies from RESTful services (JSR311).
Project URL

Project URL

https://github.com/intendia-oss/autorest
Source Code Management

Source Code Management

https://github.com/intendia-oss/autorest

Download autorest-parent 0.9

Filename Size
autorest-parent-0.9.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-parent/ -->
<dependency>
    <groupId>com.intendia.gwt.autorest</groupId>
    <artifactId>autorest-parent</artifactId>
    <version>0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-parent/
implementation 'com.intendia.gwt.autorest:autorest-parent:0.9'
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-parent/
implementation ("com.intendia.gwt.autorest:autorest-parent:0.9")
'com.intendia.gwt.autorest:autorest-parent:pom:0.9'
<dependency org="com.intendia.gwt.autorest" name="autorest-parent" rev="0.9">
  <artifact name="autorest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.autorest', module='autorest-parent', version='0.9')
)
libraryDependencies += "com.intendia.gwt.autorest" % "autorest-parent" % "0.9"
[com.intendia.gwt.autorest/autorest-parent "0.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • example
  • gwt
  • jre
  • processor