MVN

com.sun.woodstock.dependlibs : dojo-ajax-nodemo

Maven & Gradle

Sep 28, 2018
6 usages
4 stars

Dojo Ajax Nodemo · Dojo Ajax Nodemo

<dependency>
    <groupId>com.sun.woodstock.dependlibs</groupId>
    <artifactId>dojo-ajax-nodemo</artifactId>
    <version>1.12.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.woodstock.dependlibs : dojo-ajax-nodemo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.4

All Versions

Choose a version of com.sun.woodstock.dependlibs : dojo-ajax-nodemo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
dojo-ajax-nodemo-1.12.4
0.4.x
dojo-ajax-nodemo-0.4.1

How to add a dependency to Maven

Add the following com.sun.woodstock.dependlibs : dojo-ajax-nodemo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.woodstock.dependlibs</groupId>
    <artifactId>dojo-ajax-nodemo</artifactId>
    <version>1.12.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.woodstock.dependlibs : dojo-ajax-nodemo gradle dependency to your build.gradle file:

implementation 'com.sun.woodstock.dependlibs:dojo-ajax-nodemo:1.12.4'

Gradle Kotlin DSL: Add the following com.sun.woodstock.dependlibs : dojo-ajax-nodemo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.woodstock.dependlibs:dojo-ajax-nodemo:1.12.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.woodstock.dependlibs : dojo-ajax-nodemo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.woodstock.dependlibs" % "dojo-ajax-nodemo" % "1.12.4"

Advertisement