| Категории |
КатегорииAnt Компиляция и сборка Vaadin Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.mantledillusion.vaadin |
| Идентификатор | Идентификаторcotton |
| Версия | Версия2.0.0.ALPHA23 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cotton-2.0.0.ALPHA23.pom | |
| cotton-2.0.0.ALPHA23.jar | 186 KB |
| cotton-2.0.0.ALPHA23-sources.jar | 97 KB |
| cotton-2.0.0.ALPHA23-javadoc.jar | 674 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/ -->
<dependency>
<groupId>com.mantledillusion.vaadin</groupId>
<artifactId>cotton</artifactId>
<version>2.0.0.ALPHA23</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/
implementation 'com.mantledillusion.vaadin:cotton:2.0.0.ALPHA23'
// https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/
implementation ("com.mantledillusion.vaadin:cotton:2.0.0.ALPHA23")
'com.mantledillusion.vaadin:cotton:jar:2.0.0.ALPHA23'
<dependency org="com.mantledillusion.vaadin" name="cotton" rev="2.0.0.ALPHA23">
<artifact name="cotton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.vaadin', module='cotton', version='2.0.0.ALPHA23')
)
libraryDependencies += "com.mantledillusion.vaadin" % "cotton" % "2.0.0.ALPHA23"
[com.mantledillusion.vaadin/cotton "2.0.0.ALPHA23"]