s

static-model

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