is not current version
Last Version 2.2.0

com.mantledillusion.vaadin:cotton 1.1.0

Cotton is a Vaadin extension for automatic url pathing, MVP injection and advanced data binding.

Categories

Categories

Ant Build Tools Vaadin User Interface Web Frameworks
GroupId

GroupId

com.mantledillusion.vaadin
ArtifactId

ArtifactId

cotton
Version

Version

1.1.0
Type

Type

jar

Download cotton 1.1.0


<!-- https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/ -->
<dependency>
    <groupId>com.mantledillusion.vaadin</groupId>
    <artifactId>cotton</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/
implementation 'com.mantledillusion.vaadin:cotton:1.1.0'
// https://jarcasting.com/artifacts/com.mantledillusion.vaadin/cotton/
implementation ("com.mantledillusion.vaadin:cotton:1.1.0")
'com.mantledillusion.vaadin:cotton:jar:1.1.0'
<dependency org="com.mantledillusion.vaadin" name="cotton" rev="1.1.0">
  <artifact name="cotton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.vaadin', module='cotton', version='1.1.0')
)
libraryDependencies += "com.mantledillusion.vaadin" % "cotton" % "1.1.0"
[com.mantledillusion.vaadin/cotton "1.1.0"]