MVN

com.javiersc.hubdle : hubdle-version-catalog

Maven & Gradle

Aug 16, 2023
23 stars

Hubdle · Single entry point to configurate any kind of project

<dependency>
    <groupId>com.javiersc.hubdle</groupId>
    <artifactId>hubdle-version-catalog</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.javiersc.hubdle : hubdle-version-catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.10
  • Latest Alpha: 0.1.1-alpha.8

All Versions

Choose a version of com.javiersc.hubdle : hubdle-version-catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
hubdle-version-catalog-0.1.10
hubdle-version-catalog-0.1.9
hubdle-version-catalog-0.1.8
hubdle-version-catalog-0.1.7
hubdle-version-catalog-0.1.6
hubdle-version-catalog-0.1.5
hubdle-version-catalog-0.1.4
hubdle-version-catalog-0.1.3
hubdle-version-catalog-0.1.2
hubdle-version-catalog-0.1.1
hubdle-version-catalog-0.1.1-alpha.8
hubdle-version-catalog-0.1.1-alpha.6
hubdle-version-catalog-0.1.1-alpha.5
hubdle-version-catalog-0.1.1-alpha.4
hubdle-version-catalog-0.1.1-alpha.3
hubdle-version-catalog-0.1.1-alpha.2
hubdle-version-catalog-0.1.1-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.javiersc.hubdle</groupId>
    <artifactId>hubdle-version-catalog</artifactId>
    <version>0.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.javiersc.hubdle : hubdle-version-catalog gradle dependency to your build.gradle file:

implementation 'com.javiersc.hubdle:hubdle-version-catalog:0.1.10'

Gradle Kotlin DSL: Add the following com.javiersc.hubdle : hubdle-version-catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.javiersc.hubdle:hubdle-version-catalog:0.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.javiersc.hubdle : hubdle-version-catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.javiersc.hubdle" % "hubdle-version-catalog" % "0.1.10"