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