is not current version
Last Version 2.0.0

org.codehaus.modello:modello-test 1.0.1

Modello Test Package contains the basis to create Modello generator unit-tests, including a sample model to test every plugins.

GroupId

GroupId

org.codehaus.modello
ArtifactId

ArtifactId

modello-test
Version

Version

1.0.1
Type

Type

jar

Download modello-test 1.0.1


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