Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdCustomDirective |
Version | Version0.0.68 |
Type | Typejar |
Filename | Size |
---|---|
CustomDirective-0.0.68.pom | |
CustomDirective-0.0.68.jar | 11 KB |
CustomDirective-0.0.68-sources.jar | 6 KB |
CustomDirective-0.0.68-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/ -->
<dependency>
<groupId>com.asayama.docs.gwt.angular.examples</groupId>
<artifactId>CustomDirective</artifactId>
<version>0.0.68</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation 'com.asayama.docs.gwt.angular.examples:CustomDirective:0.0.68'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation ("com.asayama.docs.gwt.angular.examples:CustomDirective:0.0.68")
'com.asayama.docs.gwt.angular.examples:CustomDirective:jar:0.0.68'
<dependency org="com.asayama.docs.gwt.angular.examples" name="CustomDirective" rev="0.0.68">
<artifact name="CustomDirective" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='CustomDirective', version='0.0.68')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "CustomDirective" % "0.0.68"
[com.asayama.docs.gwt.angular.examples/CustomDirective "0.0.68"]