Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdCustomDirective |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
CustomDirective-1.0.1.pom | |
CustomDirective-1.0.1.jar | 12 KB |
CustomDirective-1.0.1-sources.jar | 6 KB |
CustomDirective-1.0.1-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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation 'com.asayama.docs.gwt.angular.examples:CustomDirective:1.0.1'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation ("com.asayama.docs.gwt.angular.examples:CustomDirective:1.0.1")
'com.asayama.docs.gwt.angular.examples:CustomDirective:jar:1.0.1'
<dependency org="com.asayama.docs.gwt.angular.examples" name="CustomDirective" rev="1.0.1">
<artifact name="CustomDirective" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='CustomDirective', version='1.0.1')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "CustomDirective" % "1.0.1"
[com.asayama.docs.gwt.angular.examples/CustomDirective "1.0.1"]