Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.intendia.gwt.autorpc |
ArtifactId | ArtifactIdautorpc-gwt-annotations |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.intendia.gwt.autorpc/autorpc-gwt-annotations/ -->
<dependency>
<groupId>com.intendia.gwt.autorpc</groupId>
<artifactId>autorpc-gwt-annotations</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.autorpc/autorpc-gwt-annotations/
implementation 'com.intendia.gwt.autorpc:autorpc-gwt-annotations:0.1'
// https://jarcasting.com/artifacts/com.intendia.gwt.autorpc/autorpc-gwt-annotations/
implementation ("com.intendia.gwt.autorpc:autorpc-gwt-annotations:0.1")
'com.intendia.gwt.autorpc:autorpc-gwt-annotations:jar:0.1'
<dependency org="com.intendia.gwt.autorpc" name="autorpc-gwt-annotations" rev="0.1">
<artifact name="autorpc-gwt-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.autorpc', module='autorpc-gwt-annotations', version='0.1')
)
libraryDependencies += "com.intendia.gwt.autorpc" % "autorpc-gwt-annotations" % "0.1"
[com.intendia.gwt.autorpc/autorpc-gwt-annotations "0.1"]