License |
License |
---|---|
GroupId | GroupIdorg.codehaus.modello |
ArtifactId | ArtifactIdmodello-core |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModello Core
Modello Core contains the basis for model description, reading, and plugins system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
modello-core-2.0.0.pom | |
modello-core-2.0.0.jar | 56 KB |
modello-core-2.0.0-sources.jar | 62 KB |
modello-core-2.0.0-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.modello/modello-core/ -->
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.modello/modello-core/
implementation 'org.codehaus.modello:modello-core:2.0.0'
// https://jarcasting.com/artifacts/org.codehaus.modello/modello-core/
implementation ("org.codehaus.modello:modello-core:2.0.0")
'org.codehaus.modello:modello-core:jar:2.0.0'
<dependency org="org.codehaus.modello" name="modello-core" rev="2.0.0">
<artifact name="modello-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.modello', module='modello-core', version='2.0.0')
)
libraryDependencies += "org.codehaus.modello" % "modello-core" % "2.0.0"
[org.codehaus.modello/modello-core "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.plexus : plexus-build-api | jar | 0.0.7 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.3.5 |
org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |