MVN

org.dwcj : dwcj-code

Maven & Gradle

Jul 31, 2023

dwcj-code · A widget for code display in DWCJ Apps, based on Prism.js

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

Latest Version

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

  • Latest Stable: 23.02

All Versions

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

Version Vulnerabilities Updated
23.02
dwcj-code-23.02
23.01
dwcj-code-23.01
23.00
dwcj-code-23.00
0.16.x
dwcj-code-0.16.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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