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 Updated
  • common-extjs-3.2

    Apr 04, 2014
  • common-extjs-3.1

    Mar 14, 2014
  • common-extjs-2.1

    Dec 16, 2013
  • common-extjs-1.9

    Nov 18, 2013
  • common-extjs-1.8

    Nov 17, 2013
  • common-extjs-1.7

    Nov 13, 2013
  • common-extjs-1.5

    Nov 08, 2013
  • common-extjs-1.6

    Nov 08, 2013
  • common-extjs-1.4

    Nov 08, 2013
  • common-extjs-1.3

    Nov 06, 2013
  • common-extjs-1.2

    Nov 06, 2013
  • common-extjs-1.1

    Nov 06, 2013

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"