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