m

modello-usurped

Usurped Modello plugin, generally depending on the existing plugin tree to work properly. This particular one adds 2 generators that produce reflection-based reading so that the lack of java getters doesn't break generation. Sorry if the original contriubutors list isn't generated. A given version of this code will be based on some version of modello with some additional 4th number like ".0" appended to the version.
Files download
File Operation
modello-usurped-1.11.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.modello</groupId>
  <artifactId>modello-usurped</artifactId>
  <version>1.11.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.modello:modello-usurped:1.11.0.2'
Gradle Kotlin
implementation("org.infrastructurebuilder.modello:modello-usurped:1.11.0.2")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.modello" % "modello-usurped" % "1.11.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.modello', module='modello-usurped', version='1.11.0.2')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.modello" name="modello-usurped" rev="1.11.0.2" />
Leiningen
[org.infrastructurebuilder.modello/modello-usurped "1.11.0.2"]
Apache Buildr
'org.infrastructurebuilder.modello:modello-usurped:jar:1.11.0.2'