MVN

de.c-otto : version-catalog

Maven & Gradle

Jul 21, 2023
1 stars

Version Catalog · This provides some versions for plugins and libraries I often use

<dependency>
    <groupId>de.c-otto</groupId>
    <artifactId>version-catalog</artifactId>
    <version>2023.07.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.c-otto : version-catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.07.21

All Versions

Choose a version of de.c-otto : version-catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.07.x
version-catalog-2023.07.21
2023.03.x
version-catalog-2023.03.22
version-catalog-2023.03.19
version-catalog-2023.03.04
2023.02.x
version-catalog-2023.02.25
version-catalog-2023.02.13
version-catalog-2023.02.04
version-catalog-2023.02.25_2
version-catalog-2023.02.13_2
2023.01.x
version-catalog-2023.01.29
version-catalog-2023.01.22
version-catalog-2023.01.21
version-catalog-2023.01.22_2

How to add a dependency to Maven

Add the following de.c-otto : version-catalog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.c-otto</groupId>
    <artifactId>version-catalog</artifactId>
    <version>2023.07.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.c-otto : version-catalog gradle dependency to your build.gradle file:

implementation 'de.c-otto:version-catalog:2023.07.21'

Gradle Kotlin DSL: Add the following de.c-otto : version-catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("de.c-otto:version-catalog:2023.07.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.c-otto : version-catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "de.c-otto" % "version-catalog" % "2023.07.21"

Advertisement