MVN

io.github.git-fudge : maven-testing-new

Maven & Gradle

May 10, 2023
0 stars

Maven Testing purpose · Testing maven deployment

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

Latest Version

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

  • Latest Stable: 1.11.996

All Versions

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

Version Vulnerabilities Updated
5.5.x
maven-testing-new-5.5.106
maven-testing-new-5.5.104
maven-testing-new-5.5.103
maven-testing-new-5.5.102
maven-testing-new-5.5.101
1.11.x
maven-testing-new-1.11.996
1.8.x
maven-testing-new-1.8.999
maven-testing-new-1.8.998
maven-testing-new-1.8.997
1.2.x
maven-testing-new-1.2.999
1.1.x
maven-testing-new-1.1.999
0.0.x
maven-testing-new-0.0.403
maven-testing-new-0.0.402
maven-testing-new-0.0.401
maven-testing-new-0.0.305
maven-testing-new-0.0.302
maven-testing-new-0.0.301
maven-testing-new-0.0.130
maven-testing-new-0.0.120

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.git-fudge</groupId>
    <artifactId>maven-testing-new</artifactId>
    <version>1.11.996</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.git-fudge:maven-testing-new:1.11.996'

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

implementation("io.github.git-fudge:maven-testing-new:1.11.996")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.git-fudge" % "maven-testing-new" % "1.11.996"