MVN

com.zdawn : zdawn-commons

Maven & Gradle

Jul 12, 2023
0 stars

zdawn-commons · the main functions of zdawn-commons project include simple orm,common query using jdbc,utility class etc

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

Latest Version

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

  • Latest Stable: 1.7.4

All Versions

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

Version Vulnerabilities Updated
1.7.x
zdawn-commons-1.7.4
zdawn-commons-1.7.3
zdawn-commons-1.7.2
zdawn-commons-1.7.1
zdawn-commons-1.7.0
1.6.x
zdawn-commons-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zdawn</groupId>
    <artifactId>zdawn-commons</artifactId>
    <version>1.7.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zdawn:zdawn-commons:1.7.4'

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

implementation("com.zdawn:zdawn-commons:1.7.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zdawn" % "zdawn-commons" % "1.7.4"

Advertisement