s

simple-definition

Definition of the Simple Model
Files download
File Operation
simple-definition-0.5.2.jar download
simple-definition-0.5.2.pom download
simple-definition-0.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten.xuml-compiler.examples</groupId>
  <artifactId>simple-definition</artifactId>
  <version>0.5.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten.xuml-compiler.examples:simple-definition:0.5.2'
Gradle Kotlin
implementation("com.github.davidmoten.xuml-compiler.examples:simple-definition:0.5.2")
Scala SBT
libraryDependencies += "com.github.davidmoten.xuml-compiler.examples" % "simple-definition" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten.xuml-compiler.examples', module='simple-definition', version='0.5.2')
)
Apache Ivy
<dependency org="com.github.davidmoten.xuml-compiler.examples" name="simple-definition" rev="0.5.2" />
Leiningen
[com.github.davidmoten.xuml-compiler.examples/simple-definition "0.5.2"]
Apache Buildr
'com.github.davidmoten.xuml-compiler.examples:simple-definition:jar:0.5.2'