c

config-model

This module shall have interfaces, XSD, and DTOs
Files download
File Operation
config-model-4.3.12.jar download
config-model-4.3.12.pom download
config-model-4.3.12-sources.jar download
Apache Maven
<dependency>
  <groupId>fish.focus.uvms.config</groupId>
  <artifactId>config-model</artifactId>
  <version>4.3.12</version>
  <type>ejb</type>
</dependency>
Gradle Groovy
implementation 'fish.focus.uvms.config:config-model:4.3.12'
Gradle Kotlin
implementation("fish.focus.uvms.config:config-model:4.3.12")
Scala SBT
libraryDependencies += "fish.focus.uvms.config" % "config-model" % "4.3.12"
Groovy Grape
@Grapes(
  @Grab(group='fish.focus.uvms.config', module='config-model', version='4.3.12')
)
Apache Ivy
<dependency org="fish.focus.uvms.config" name="config-model" rev="4.3.12" />
Leiningen
[fish.focus.uvms.config/config-model "4.3.12"]
Apache Buildr
'fish.focus.uvms.config:config-model:jar:4.3.12'