MVN

nz.net.osnz.common : common-extjs

Maven & Gradle

Apr 04, 2014

Open Source New Zealand : common-extjs · Common Ext JS overlay

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>common-extjs</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.osnz.common : common-extjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of nz.net.osnz.common : common-extjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
common-extjs-3.2
3.1
common-extjs-3.1
2.1
common-extjs-2.1
1.9
common-extjs-1.9
1.8
common-extjs-1.8
1.7
common-extjs-1.7
1.6
common-extjs-1.6
1.5
common-extjs-1.5
1.4
common-extjs-1.4
1.3
common-extjs-1.3
1.2
common-extjs-1.2
1.1
common-extjs-1.1

How to add a dependency to Maven

Add the following nz.net.osnz.common : common-extjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>common-extjs</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.osnz.common : common-extjs gradle dependency to your build.gradle file:

implementation 'nz.net.osnz.common:common-extjs:3.2'

Gradle Kotlin DSL: Add the following nz.net.osnz.common : common-extjs gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.osnz.common:common-extjs:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.osnz.common : common-extjs sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.osnz.common" % "common-extjs" % "3.2"

Advertisement