| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.github.gwtd3 |
| Идентификатор | Идентификаторgwt-d3 |
| Версия | Версия1.3.0 |
| Тип | Типpom |
| Описание |
Описаниеgwt-d3 Parent project
the GWT wrapper around d3.js
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gwt-d3-1.3.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/ -->
<dependency>
<groupId>com.github.gwtd3</groupId>
<artifactId>gwt-d3</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation 'com.github.gwtd3:gwt-d3:1.3.0'
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation ("com.github.gwtd3:gwt-d3:1.3.0")
'com.github.gwtd3:gwt-d3:pom:1.3.0'
<dependency org="com.github.gwtd3" name="gwt-d3" rev="1.3.0">
<artifact name="gwt-d3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtd3', module='gwt-d3', version='1.3.0')
)
libraryDependencies += "com.github.gwtd3" % "gwt-d3" % "1.3.0"
[com.github.gwtd3/gwt-d3 "1.3.0"]