c

com.alkacon.opencms.v8.flexible

OpenCms-Module 'com.alkacon.opencms.v8.flexible'. Provides an flexible resource type that can be used in OpenCms 8 templates. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
http://opencms.org
GNU LESSER GENERAL PUBLIC LICENSE 2.1
Alexander Kandzior
文件下载
文件名 操作
com.alkacon.opencms.v8.flexible-8.5.0.jar 下载
com.alkacon.opencms.v8.flexible-8.5.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.opencms.modules</groupId>
  <artifactId>com.alkacon.opencms.v8.flexible</artifactId>
  <version>8.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencms.modules:com.alkacon.opencms.v8.flexible:8.5.0'
Gradle Kotlin
implementation("org.opencms.modules:com.alkacon.opencms.v8.flexible:8.5.0")
Scala SBT
libraryDependencies += "org.opencms.modules" % "com.alkacon.opencms.v8.flexible" % "8.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms.modules', module='com.alkacon.opencms.v8.flexible', version='8.5.0')
)
Apache Ivy
<dependency org="org.opencms.modules" name="com.alkacon.opencms.v8.flexible" rev="8.5.0" />
Leiningen
[org.opencms.modules/com.alkacon.opencms.v8.flexible "8.5.0"]
Apache Buildr
'org.opencms.modules:com.alkacon.opencms.v8.flexible:jar:8.5.0'