MVN

cool.taomu.framework : taomu-git-utils

Maven & Gradle

Nov 24, 2022

taomu · This is a toolkit

<dependency>
    <groupId>cool.taomu.framework</groupId>
    <artifactId>taomu-git-utils</artifactId>
    <version>0.0.3.1a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cool.taomu.framework : taomu-git-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3.1a

All Versions

Choose a version of cool.taomu.framework : taomu-git-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
taomu-git-utils-0.0.3.1a
taomu-git-utils-0.0.3.1

How to add a dependency to Maven

Add the following cool.taomu.framework : taomu-git-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cool.taomu.framework</groupId>
    <artifactId>taomu-git-utils</artifactId>
    <version>0.0.3.1a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cool.taomu.framework : taomu-git-utils gradle dependency to your build.gradle file:

implementation 'cool.taomu.framework:taomu-git-utils:0.0.3.1a'

Gradle Kotlin DSL: Add the following cool.taomu.framework : taomu-git-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("cool.taomu.framework:taomu-git-utils:0.0.3.1a")

How to add a dependency to SBT Scala

SBT Scala: Add the following cool.taomu.framework : taomu-git-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "cool.taomu.framework" % "taomu-git-utils" % "0.0.3.1a"

Advertisement