MVN

com.guaboy : guaboy-commons

Maven & Gradle

Aug 25, 2023
0 stars

guaboy-commons · Guaboy develop tools

<dependency>
    <groupId>com.guaboy</groupId>
    <artifactId>guaboy-commons</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.guaboy : guaboy-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8
  • Latest Release Candidate: 1.0.5.RC

All Versions

Choose a version of com.guaboy : guaboy-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
guaboy-commons-1.0.8
guaboy-commons-1.0.7.RELEASE
guaboy-commons-1.0.6.RELEASE
guaboy-commons-1.0.5.RELEASE
guaboy-commons-1.0.5.RC
guaboy-commons-1.0.5
guaboy-commons-1.0.4.RELEASES
guaboy-commons-1.0.3
guaboy-commons-1.0.2
guaboy-commons-1.0.1
guaboy-commons-1.0.0

How to add a dependency to Maven

Add the following com.guaboy : guaboy-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.guaboy</groupId>
    <artifactId>guaboy-commons</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.guaboy : guaboy-commons gradle dependency to your build.gradle file:

implementation 'com.guaboy:guaboy-commons:1.0.8'

Gradle Kotlin DSL: Add the following com.guaboy : guaboy-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.guaboy:guaboy-commons:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.guaboy : guaboy-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.guaboy" % "guaboy-commons" % "1.0.8"