MVN

com.github.skeychen : dswork-ognl

Maven & Gradle

Jan 20, 2021
5 usages
<dependency>
    <groupId>com.github.skeychen</groupId>
    <artifactId>dswork-ognl</artifactId>
    <version>9.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.1.2

All Versions

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

Version Vulnerabilities Updated
9.1.x
dswork-ognl-9.1.2
dswork-ognl-9.1.1
dswork-ognl-9.1.0
9.0.x
dswork-ognl-9.0.1
dswork-ognl-9.0.0
8.8.x
dswork-ognl-8.8.8
dswork-ognl-8.8.7
dswork-ognl-8.8.6
dswork-ognl-8.8.5
dswork-ognl-8.8.4
dswork-ognl-8.8.3
dswork-ognl-8.8.2
dswork-ognl-8.8.1
dswork-ognl-8.8.0.RELEASE
dswork-ognl-8.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.skeychen</groupId>
    <artifactId>dswork-ognl</artifactId>
    <version>9.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.skeychen:dswork-ognl:9.1.2'

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

implementation("com.github.skeychen:dswork-ognl:9.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.skeychen" % "dswork-ognl" % "9.1.2"

Advertisement