MVN

org.dwcj : dwcj-engine

Maven & Gradle

Jul 31, 2023
5 stars

dwcj-engine

<dependency>
    <groupId>org.dwcj</groupId>
    <artifactId>dwcj-engine</artifactId>
    <version>23.02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dwcj : dwcj-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.02

All Versions

Choose a version of org.dwcj : dwcj-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.02
dwcj-engine-23.02
23.01
dwcj-engine-23.01
23.00
dwcj-engine-23.00
0.16.x
dwcj-engine-0.16.0
0.15.x
dwcj-engine-0.15.1
dwcj-engine-0.15.0
0.14.x
dwcj-engine-0.14.0
0.13.x
dwcj-engine-0.13.0
0.12.x
dwcj-engine-0.12.0
0.11.x
dwcj-engine-0.11.0

How to add a dependency to Maven

Add the following org.dwcj : dwcj-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dwcj</groupId>
    <artifactId>dwcj-engine</artifactId>
    <version>23.02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dwcj : dwcj-engine gradle dependency to your build.gradle file:

implementation 'org.dwcj:dwcj-engine:23.02'

Gradle Kotlin DSL: Add the following org.dwcj : dwcj-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dwcj:dwcj-engine:23.02")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dwcj : dwcj-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dwcj" % "dwcj-engine" % "23.02"

Advertisement