is not current version
Last Version 1.0.javadoc

maven:maven-modello-plugin 1.0

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-modello-plugin
Version

Version

1.0
Type

Type

jar

Download maven-modello-plugin 1.0


<!-- https://jarcasting.com/artifacts/maven/maven-modello-plugin/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-modello-plugin</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-modello-plugin/
implementation 'maven:maven-modello-plugin:1.0'
// https://jarcasting.com/artifacts/maven/maven-modello-plugin/
implementation ("maven:maven-modello-plugin:1.0")
'maven:maven-modello-plugin:jar:1.0'
<dependency org="maven" name="maven-modello-plugin" rev="1.0">
  <artifact name="maven-modello-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-modello-plugin', version='1.0')
)
libraryDependencies += "maven" % "maven-modello-plugin" % "1.0"
[maven/maven-modello-plugin "1.0"]