MVN

maven : maven-artifact

Maven & Gradle

Sep 20, 2005

Maven Artifact

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-artifact</artifactId>
    <version>20040703.133254</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven : maven-artifact to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040703.133254

All Versions

Choose a version of maven : maven-artifact to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040703.133254
maven-artifact-20040703.133254

How to add a dependency to Maven

Add the following maven : maven-artifact maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-artifact</artifactId>
    <version>20040703.133254</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven : maven-artifact gradle dependency to your build.gradle file:

implementation 'maven:maven-artifact:20040703.133254'

Gradle Kotlin DSL: Add the following maven : maven-artifact gradle kotlin dependency to your build.gradle.kts file:

implementation("maven:maven-artifact:20040703.133254")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven : maven-artifact sbt scala dependency to your build.sbt file:

libraryDependencies += "maven" % "maven-artifact" % "20040703.133254"

Advertisement

Dependencies from Group

Jun 25, 2007
32 usages
Apr 25, 2007
16 usages
Nov 06, 2006
8 usages
Jul 20, 2006
8 usages
Jun 23, 2006
8 usages

Discover Dependencies

Sep 03, 2021
3 usages
Dec 19, 2022
3 usages
103 stars
Sep 12, 2021
3 usages
2 stars
Apr 07, 2008
4 usages
Apr 27, 2017
5 usages
56 stars
Aug 15, 2019
5 usages
518 stars
Dec 18, 2021
2 usages
12 stars
Dec 18, 2021
2 usages
12 stars
May 23, 2023
42 usages
1.7k stars