Files download
File Operation
cdc-ui-core-0.20.13.jar download
cdc-ui-core-0.20.13.pom download
cdc-ui-core-0.20.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitlab.cdc-java.ui</groupId>
  <artifactId>cdc-ui-core</artifactId>
  <version>0.20.13</version>
</dependency>
Gradle Groovy
implementation 'com.gitlab.cdc-java.ui:cdc-ui-core:0.20.13'
Gradle Kotlin
implementation("com.gitlab.cdc-java.ui:cdc-ui-core:0.20.13")
Scala SBT
libraryDependencies += "com.gitlab.cdc-java.ui" % "cdc-ui-core" % "0.20.13"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.cdc-java.ui', module='cdc-ui-core', version='0.20.13')
)
Apache Ivy
<dependency org="com.gitlab.cdc-java.ui" name="cdc-ui-core" rev="0.20.13" />
Leiningen
[com.gitlab.cdc-java.ui/cdc-ui-core "0.20.13"]
Apache Buildr
'com.gitlab.cdc-java.ui:cdc-ui-core:jar:0.20.13'