License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.tesla.maven |
ArtifactId | ArtifactIdmaven-artifact |
Last Version | Last Version3.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven 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 |
Filename | Size |
---|---|
maven-artifact-3.1.2.pom | |
maven-artifact-3.1.2.jar | 50 KB |
maven-artifact-3.1.2-sources.jar | 46 KB |
maven-artifact-3.1.2-javadoc.jar | 241 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |