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.5 |
Type | Typepom |
Filename | Size |
---|---|
autorest-parent-0.5.pom | 6 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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-parent/
implementation 'com.intendia.gwt.autorest:autorest-parent:0.5'
// https://jarcasting.com/artifacts/com.intendia.gwt.autorest/autorest-parent/
implementation ("com.intendia.gwt.autorest:autorest-parent:0.5")
'com.intendia.gwt.autorest:autorest-parent:pom:0.5'
<dependency org="com.intendia.gwt.autorest" name="autorest-parent" rev="0.5">
<artifact name="autorest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.autorest', module='autorest-parent', version='0.5')
)
libraryDependencies += "com.intendia.gwt.autorest" % "autorest-parent" % "0.5"
[com.intendia.gwt.autorest/autorest-parent "0.5"]