MVN

com.imp2002 : maven-release-example

Maven & Gradle

Oct 06, 2022
2 stars

maven-release-example · A example of CI auto maven release

<dependency>
    <groupId>com.imp2002</groupId>
    <artifactId>maven-release-example</artifactId>
    <version>1.7.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.imp2002 : maven-release-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.15

All Versions

Choose a version of com.imp2002 : maven-release-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
maven-release-example-1.7.15
maven-release-example-1.7.13
maven-release-example-1.7.9
maven-release-example-1.7.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.imp2002</groupId>
    <artifactId>maven-release-example</artifactId>
    <version>1.7.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.imp2002 : maven-release-example gradle dependency to your build.gradle file:

implementation 'com.imp2002:maven-release-example:1.7.15'

Gradle Kotlin DSL: Add the following com.imp2002 : maven-release-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.imp2002:maven-release-example:1.7.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.imp2002 : maven-release-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.imp2002" % "maven-release-example" % "1.7.15"

Advertisement