License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.intendia.gwt.autorest |
ArtifactId | ArtifactIdautorest-parent |
Version | Version0.9 |
Type | Typepom |
Description |
DescriptionAutoREST
A source code generator for GWT compatible proxies from RESTful services (JSR311).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]