License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.tesla.maven |
ArtifactId | ArtifactIdmaven-model |
Last Version | Last Version3.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Model
Model for Maven POM (Project Object Model)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-model-3.1.2.pom | |
maven-model-3.1.2.jar | 159 KB |
maven-model-3.1.2-sources.jar | 114 KB |
maven-model-3.1.2-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.maven/maven-model/ -->
<dependency>
<groupId>io.tesla.maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.maven/maven-model/
implementation 'io.tesla.maven:maven-model:3.1.2'
// https://jarcasting.com/artifacts/io.tesla.maven/maven-model/
implementation ("io.tesla.maven:maven-model:3.1.2")
'io.tesla.maven:maven-model:jar:3.1.2'
<dependency org="io.tesla.maven" name="maven-model" rev="3.1.2">
<artifact name="maven-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.maven', module='maven-model', version='3.1.2')
)
libraryDependencies += "io.tesla.maven" % "maven-model" % "3.1.2"
[io.tesla.maven/maven-model "3.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |