m

maven-modello-plugin

Modello is a Data Model toolkit. This plugin permits to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.
http://maven.apache.org/maven-1.x/plugins/modello/
Apache Software Foundation
Brett Porter Arnaud Heritier
Files download
File Operation
maven-modello-plugin-1.0.jar download
maven-modello-plugin-1.0.pom download
maven-modello-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-modello-plugin</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-modello-plugin:1.0'
Gradle Kotlin
implementation("maven:maven-modello-plugin:1.0")
Scala SBT
libraryDependencies += "maven" % "maven-modello-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-modello-plugin', version='1.0')
)
Apache Ivy
<dependency org="maven" name="maven-modello-plugin" rev="1.0" />
Leiningen
[maven/maven-modello-plugin "1.0"]
Apache Buildr
'maven:maven-modello-plugin:jar:1.0'