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