MVN

xyz.chaobei : bye-crud-common

Maven & Gradle

Mar 11, 2021
0 stars

bye-crud-common · bye-crud-generate common util

<dependency>
    <groupId>xyz.chaobei</groupId>
    <artifactId>bye-crud-common</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.chaobei : bye-crud-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of xyz.chaobei : bye-crud-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
bye-crud-common-1.4.1
bye-crud-common-1.4.0
1.3.x
bye-crud-common-1.3.1
1.3
bye-crud-common-1.3
1.2
bye-crud-common-1.2
1.1
bye-crud-common-1.1
1.0
bye-crud-common-1.0

How to add a dependency to Maven

Add the following xyz.chaobei : bye-crud-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.chaobei</groupId>
    <artifactId>bye-crud-common</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.chaobei : bye-crud-common gradle dependency to your build.gradle file:

implementation 'xyz.chaobei:bye-crud-common:1.4.1'

Gradle Kotlin DSL: Add the following xyz.chaobei : bye-crud-common gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.chaobei:bye-crud-common:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.chaobei : bye-crud-common sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.chaobei" % "bye-crud-common" % "1.4.1"

Advertisement