Maven Artifact

Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.tesla.maven
ArtifactId

ArtifactId

maven-artifact
Last Version

Last Version

3.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Artifact
Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Project Organization

Project Organization

The Apache Software Foundation

Download maven-artifact

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 3.0.10

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.2
3.1.0
1.0.0