c

ch-model

Defines model classes used for report data.
http://www.chtsinc.com/cloud
CH License
Raju Thomas
Files download
File Operation
ch-model-1.0.8.jar download
ch-model-1.0.8.pom download
ch-model-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.chtsinc</groupId>
  <artifactId>ch-model</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.chtsinc:ch-model:1.0.8'
Gradle Kotlin
implementation("com.chtsinc:ch-model:1.0.8")
Scala SBT
libraryDependencies += "com.chtsinc" % "ch-model" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.chtsinc', module='ch-model', version='1.0.8')
)
Apache Ivy
<dependency org="com.chtsinc" name="ch-model" rev="1.0.8" />
Leiningen
[com.chtsinc/ch-model "1.0.8"]
Apache Buildr
'com.chtsinc:ch-model:jar:1.0.8'