MVN

org.siani : magritte

Maven & Gradle

Apr 29, 2015

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.

<dependency>
    <groupId>org.siani</groupId>
    <artifactId>magritte</artifactId>
    <version>magritte</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.siani : magritte to add to Maven or Gradle - Latest Versions:

  • Latest Stable: magritte

All Versions

Choose a version of org.siani : magritte to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
magritte-1.1.2
magritte
magritte-magritte

How to add a dependency to Maven

Add the following org.siani : magritte maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.siani</groupId>
    <artifactId>magritte</artifactId>
    <version>magritte</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.siani : magritte gradle dependency to your build.gradle file:

implementation 'org.siani:magritte:magritte'

Gradle Kotlin DSL: Add the following org.siani : magritte gradle kotlin dependency to your build.gradle.kts file:

implementation("org.siani:magritte:magritte")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.siani : magritte sbt scala dependency to your build.sbt file:

libraryDependencies += "org.siani" % "magritte" % "magritte"

Advertisement