c

copilot-project

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