MVN

com.github.skeychen : dswork-ee

Maven & Gradle

Jun 06, 2023
1 usages
0 stars
<dependency>
    <groupId>com.github.skeychen</groupId>
    <artifactId>dswork-ee</artifactId>
    <version>10.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skeychen : dswork-ee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.4.2

All Versions

Choose a version of com.github.skeychen : dswork-ee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.4.x
dswork-ee-10.4.2
dswork-ee-10.4.1
dswork-ee-10.4.0
10.3.x
dswork-ee-10.3.6
dswork-ee-10.3.5
dswork-ee-10.3.4
dswork-ee-10.3.3
dswork-ee-10.3.2
dswork-ee-10.3.1
dswork-ee-10.3.0
10.2.x
dswork-ee-10.2.1
dswork-ee-10.2.0
10.1.x
dswork-ee-10.1.5
dswork-ee-10.1.4
dswork-ee-10.1.3
dswork-ee-10.1.2
dswork-ee-10.1.1
dswork-ee-10.1.0
10.0.x
dswork-ee-10.0.1
dswork-ee-10.0.0
9.1.x
dswork-ee-9.1.2
dswork-ee-9.1.1
dswork-ee-9.1.0
9.0.x
dswork-ee-9.0.1
dswork-ee-9.0.0
8.8.x
dswork-ee-8.8.8
dswork-ee-8.8.7
dswork-ee-8.8.6
dswork-ee-8.8.5
dswork-ee-8.8.4
dswork-ee-8.8.1
dswork-ee-8.8.0

How to add a dependency to Maven

Add the following com.github.skeychen : dswork-ee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skeychen</groupId>
    <artifactId>dswork-ee</artifactId>
    <version>10.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skeychen : dswork-ee gradle dependency to your build.gradle file:

implementation 'com.github.skeychen:dswork-ee:10.4.2'

Gradle Kotlin DSL: Add the following com.github.skeychen : dswork-ee gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skeychen:dswork-ee:10.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skeychen : dswork-ee sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skeychen" % "dswork-ee" % "10.4.2"

Advertisement