v

vaadin-liferay-integration

Liferay 7+ OSGi portlet support
https://vaadin.com/
文件下载
文件名 操作
vaadin-liferay-integration-8.12.0.jar 下载
vaadin-liferay-integration-8.12.0.pom 下载
vaadin-liferay-integration-8.12.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>vaadin-liferay-integration</artifactId>
  <version>8.12.0</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:vaadin-liferay-integration:8.12.0'
Gradle Kotlin
implementation("com.vaadin:vaadin-liferay-integration:8.12.0")
Scala SBT
libraryDependencies += "com.vaadin" % "vaadin-liferay-integration" % "8.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='vaadin-liferay-integration', version='8.12.0')
)
Apache Ivy
<dependency org="com.vaadin" name="vaadin-liferay-integration" rev="8.12.0" />
Leiningen
[com.vaadin/vaadin-liferay-integration "8.12.0"]
Apache Buildr
'com.vaadin:vaadin-liferay-integration:jar:8.12.0'