c

copilot

Copilot Client for Vaadin
Apache 2
Files download
File Operation
copilot-24.3.10.jar download
copilot-24.3.10.pom download
copilot-24.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>copilot</artifactId>
  <version>24.3.10</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:copilot:24.3.10'
Gradle Kotlin
implementation("com.vaadin:copilot:24.3.10")
Scala SBT
libraryDependencies += "com.vaadin" % "copilot" % "24.3.10"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='copilot', version='24.3.10')
)
Apache Ivy
<dependency org="com.vaadin" name="copilot" rev="24.3.10" />
Leiningen
[com.vaadin/copilot "24.3.10"]
Apache Buildr
'com.vaadin:copilot:jar:24.3.10'