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