MVN

net.jangaroo : ext-core

Maven & Gradle

Mar 10, 2014
1 usages

ext-core · ext-core 3.1.0

<dependency>
    <groupId>net.jangaroo</groupId>
    <artifactId>ext-core</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jangaroo : ext-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of net.jangaroo : ext-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ext-core-1.0.3
ext-core-1.0.2
ext-core-1.0.1
ext-core-1.0.0
0.9.x
ext-core-0.9.16
ext-core-0.9.15
ext-core-0.9.14
ext-core-0.9.13
ext-core-0.9.12
ext-core-0.9.11
ext-core-0.9.10
ext-core-0.9.9
ext-core-0.9.8
ext-core-0.9.7
ext-core-0.9.6
ext-core-0.9.5
ext-core-0.9.4
ext-core-0.9.3
ext-core-0.9.2
ext-core-0.9.1
ext-core-0.9.0
0.8.x
ext-core-0.8.12
ext-core-0.8.11
ext-core-0.8.10
ext-core-0.8.9
ext-core-0.8.8
ext-core-0.8.7
ext-core-0.8.6
ext-core-0.8.5
ext-core-0.8.4
ext-core-0.8.2
ext-core-0.8.1
ext-core-0.8.0
0.7.x
ext-core-0.7.13
ext-core-0.7.12
ext-core-0.7.10
ext-core-0.7.9

How to add a dependency to Maven

Add the following net.jangaroo : ext-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jangaroo</groupId>
    <artifactId>ext-core</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jangaroo : ext-core gradle dependency to your build.gradle file:

implementation 'net.jangaroo:ext-core:1.0.3'

Gradle Kotlin DSL: Add the following net.jangaroo : ext-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jangaroo:ext-core:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jangaroo : ext-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jangaroo" % "ext-core" % "1.0.3"