c

copilot-project

Copilot for Vaadin
Apache License Version 2.0
文件下载
文件名 操作
copilot-project-24.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>copilot-project</artifactId>
  <version>24.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vaadin:copilot-project:24.4.0'
Gradle Kotlin
implementation("com.vaadin:copilot-project:24.4.0")
Scala SBT
libraryDependencies += "com.vaadin" % "copilot-project" % "24.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='copilot-project', version='24.4.0')
)
Apache Ivy
<dependency org="com.vaadin" name="copilot-project" rev="24.4.0" />
Leiningen
[com.vaadin/copilot-project "24.4.0"]
Apache Buildr
'com.vaadin:copilot-project:jar:24.4.0'