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