Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.intendia.gwt.autorest |
ArtifactId | ArtifactIdautorest-gwt |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
autorest-gwt-0.2.pom | |
autorest-gwt-0.2.jar | 33 KB |
autorest-gwt-0.2-sources.jar | 9 KB |
autorest-gwt-0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt/ -->
<dependency>
<groupId>com.intendia.gwt.autorest</groupId>
<artifactId>autorest-gwt</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt/
implementation 'com.intendia.gwt.autorest:autorest-gwt:0.2'
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-gwt/
implementation ("com.intendia.gwt.autorest:autorest-gwt:0.2")
'com.intendia.gwt.autorest:autorest-gwt:jar:0.2'
<dependency org="com.intendia.gwt.autorest" name="autorest-gwt" rev="0.2">
<artifact name="autorest-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.autorest', module='autorest-gwt', version='0.2')
)
libraryDependencies += "com.intendia.gwt.autorest" % "autorest-gwt" % "0.2"
[com.intendia.gwt.autorest/autorest-gwt "0.2"]