MVN

io.github.wangjie0822 : catalog

Maven & Gradle

Sep 02, 2022
<dependency>
    <groupId>io.github.wangjie0822</groupId>
    <artifactId>catalog</artifactId>
    <version>gradle.7.4.2-1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wangjie0822 : catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: gradle.7.4.2-1.2.5

All Versions

Choose a version of io.github.wangjie0822 : catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
gradle.7.x
catalog-gradle.7.4.2-1.2.5
catalog-gradle.7.4.2-1.2.4
catalog-gradle.7.4.2-1.2.3
catalog-gradle.7.4.2-1.2.2
catalog-gradle.7.4.2-1.2.1
catalog-gradle.7.4.2-1.2.0
catalog-gradle.7.2-1.2.0
1.1.x
catalog-1.1.5-g7.4.2
catalog-1.1.4
catalog-1.1.3
catalog-1.1.2
catalog-1.1.1
catalog-1.1.0
1.0
catalog-1.0-RELEASE
catalog-1.0-releases
catalog-1.0

How to add a dependency to Maven

Add the following io.github.wangjie0822 : catalog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wangjie0822</groupId>
    <artifactId>catalog</artifactId>
    <version>gradle.7.4.2-1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wangjie0822 : catalog gradle dependency to your build.gradle file:

implementation 'io.github.wangjie0822:catalog:gradle.7.4.2-1.2.5'

Gradle Kotlin DSL: Add the following io.github.wangjie0822 : catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wangjie0822:catalog:gradle.7.4.2-1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wangjie0822 : catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wangjie0822" % "catalog" % "gradle.7.4.2-1.2.5"

Advertisement