m

model

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