MVN

de.vertama : zero-feature-maven-central-publish-test

Maven & Gradle

Oct 19, 2023
0 stars

zero-feature-maven-central-publish-test · A featureless java lib only to test publishing java libs to maven central

<dependency>
    <groupId>de.vertama</groupId>
    <artifactId>zero-feature-maven-central-publish-test</artifactId>
    <version>2023.10.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.vertama : zero-feature-maven-central-publish-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.10.19

All Versions

Choose a version of de.vertama : zero-feature-maven-central-publish-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.10.x
zero-feature-maven-central-publish-test-2023.10.19
zero-feature-maven-central-publish-test-2023.10.17

How to add a dependency to Maven

Add the following de.vertama : zero-feature-maven-central-publish-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.vertama</groupId>
    <artifactId>zero-feature-maven-central-publish-test</artifactId>
    <version>2023.10.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.vertama : zero-feature-maven-central-publish-test gradle dependency to your build.gradle file:

implementation 'de.vertama:zero-feature-maven-central-publish-test:2023.10.19'

Gradle Kotlin DSL: Add the following de.vertama : zero-feature-maven-central-publish-test gradle kotlin dependency to your build.gradle.kts file:

implementation("de.vertama:zero-feature-maven-central-publish-test:2023.10.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.vertama : zero-feature-maven-central-publish-test sbt scala dependency to your build.sbt file:

libraryDependencies += "de.vertama" % "zero-feature-maven-central-publish-test" % "2023.10.19"