m

magritte

Magritte is a framework for developing complex models at different levels of abstraction. It supports the definition of Domain Specific Languages (DSL) for modeling purposes. Models are composed of many objects that are linked representing different types of relations: abstraction, generalization, composition, aggregation or association. The most interesting feature is the dynamic polymorphism, that means that a single object can change what classes belong during its life.
https://bitbucket.org/siani/magritte
The GNU General Public License v3.0
Jose Juan Hernandez
文件下载
文件名 操作
magritte-1.1.6.jar 下载
magritte-1.1.6.pom 下载
magritte-1.1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.siani.magritte</groupId>
  <artifactId>magritte</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'org.siani.magritte:magritte:1.1.6'
Gradle Kotlin
implementation("org.siani.magritte:magritte:1.1.6")
Scala SBT
libraryDependencies += "org.siani.magritte" % "magritte" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.siani.magritte', module='magritte', version='1.1.6')
)
Apache Ivy
<dependency org="org.siani.magritte" name="magritte" rev="1.1.6" />
Leiningen
[org.siani.magritte/magritte "1.1.6"]
Apache Buildr
'org.siani.magritte:magritte:jar:1.1.6'
本项目依赖