| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Angular |
|---|---|
| Группа | Группаcom.asayama.docs.gwt.angular.examples |
| Идентификатор | ИдентификаторCustomDirective |
| Версия | Версия0.0.71 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| CustomDirective-0.0.71.pom | |
| CustomDirective-0.0.71.jar | 12 KB |
| CustomDirective-0.0.71-sources.jar | 6 KB |
| CustomDirective-0.0.71-javadoc.jar | 57 KB |
| Обзор |
<!-- 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.71</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation 'com.asayama.docs.gwt.angular.examples:CustomDirective:0.0.71'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/CustomDirective/
implementation ("com.asayama.docs.gwt.angular.examples:CustomDirective:0.0.71")
'com.asayama.docs.gwt.angular.examples:CustomDirective:jar:0.0.71'
<dependency org="com.asayama.docs.gwt.angular.examples" name="CustomDirective" rev="0.0.71">
<artifact name="CustomDirective" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='CustomDirective', version='0.0.71')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "CustomDirective" % "0.0.71"
[com.asayama.docs.gwt.angular.examples/CustomDirective "0.0.71"]