MVN

com.github.terma.gigaspace-web-console : core

Maven & Gradle

Oct 05, 2017
3 usages
4 stars
<dependency>
    <groupId>com.github.terma.gigaspace-web-console</groupId>
    <artifactId>core</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.terma.gigaspace-web-console : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.github.terma.gigaspace-web-console : core to add to Maven or Gradle - All Versions:

  • Version Updated
  • core-1.3.2

    Oct 04, 2017
  • core-1.3.1

    Aug 31, 2017
  • core-1.3.0

    Aug 31, 2017
  • core-1.2.2

    Jun 10, 2017
  • core-1.2.1

    May 18, 2017
  • core-1.2.0

    May 02, 2017
  • core-1.1.3

    Apr 27, 2017
  • core-1.1.0

    Nov 23, 2016
  • core-1.0.20

    May 17, 2016
  • core-1.0.19

    May 16, 2016
  • core-1.0.18

    May 16, 2016
  • core-1.0.16

    Mar 03, 2016
  • core-1.0.15

    Dec 28, 2015
  • core-1.0.14

    Dec 14, 2015
  • core-1.0.13

    Dec 09, 2015
  • core-1.0.12

    Nov 25, 2015
  • core-1.0.11

    Nov 20, 2015
  • core-1.0.10

    Nov 16, 2015
  • core-1.0.8

    Nov 04, 2015
  • core-1.0.7

    Oct 16, 2015
  • core-1.0.6

    Sep 26, 2015
  • core-1.0.5

    Sep 25, 2015
  • core-1.0.4

    Sep 04, 2015
  • core-1.0.3

    Aug 31, 2015
  • core-1.0.2

    Aug 26, 2015
  • core-1.0.1

    Aug 19, 2015
  • core-1.0.0

    Aug 14, 2015
  • core-0.0.45

    Aug 13, 2015
  • core-0.0.43

    Jul 03, 2015
  • core-0.0.42

    Jul 02, 2015
  • core-0.0.41

    Jul 02, 2015
  • core-0.0.40

    Jul 01, 2015

How to add a dependency to Maven

Add the following com.github.terma.gigaspace-web-console : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.terma.gigaspace-web-console</groupId>
    <artifactId>core</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.terma.gigaspace-web-console : core gradle dependency to your build.gradle file:

implementation 'com.github.terma.gigaspace-web-console:core:1.3.2'

Gradle Kotlin DSL: Add the following com.github.terma.gigaspace-web-console : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.terma.gigaspace-web-console:core:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.terma.gigaspace-web-console : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.terma.gigaspace-web-console" % "core" % "1.3.2"