MVN

io.github.git-fudge : new-artifact

Maven & Gradle

May 19, 2023
0 stars

Maven Testing purpose · Testing maven deployment

<dependency>
    <groupId>io.github.git-fudge</groupId>
    <artifactId>new-artifact</artifactId>
    <version>9.0.222</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.git-fudge : new-artifact to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.222

All Versions

Choose a version of io.github.git-fudge : new-artifact to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.33.x
new-artifact-22.33.44
11.22.x
new-artifact-11.22.33
9.9.x
new-artifact-9.9.9
9.0.x
new-artifact-9.0.222
5.9.x
new-artifact-5.9.1
5.1.x
new-artifact-5.1.127
new-artifact-5.1.126
new-artifact-5.1.125
new-artifact-5.1.124
new-artifact-5.1.123
new-artifact-5.1.122
new-artifact-5.1.121
new-artifact-5.1.120
new-artifact-5.1.119
new-artifact-5.1.117
new-artifact-5.1.116
new-artifact-5.1.115
new-artifact-5.1.114
new-artifact-5.1.113
new-artifact-5.1.112
new-artifact-5.1.111
new-artifact-5.1.110
new-artifact-5.1.109
new-artifact-5.1.108
new-artifact-5.1.107
new-artifact-5.1.106
new-artifact-5.1.105
new-artifact-5.1.104
new-artifact-5.1.103
new-artifact-5.1.102
new-artifact-5.1.101
new-artifact-5.1.100
1.11.x
new-artifact-1.11.998
1.0.x
new-artifact-1.0.910
new-artifact-1.0.6
0.0.x
new-artifact-0.0.999

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.git-fudge</groupId>
    <artifactId>new-artifact</artifactId>
    <version>9.0.222</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.git-fudge : new-artifact gradle dependency to your build.gradle file:

implementation 'io.github.git-fudge:new-artifact:9.0.222'

Gradle Kotlin DSL: Add the following io.github.git-fudge : new-artifact gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.git-fudge:new-artifact:9.0.222")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.git-fudge : new-artifact sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.git-fudge" % "new-artifact" % "9.0.222"