MVN

edu.gemini : gsp-core-model_2.13

Maven & Gradle

Jul 25, 2020
5 usages

gsp-core-model · gsp-core-model

<dependency>
    <groupId>edu.gemini</groupId>
    <artifactId>gsp-core-model_2.13</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.gemini : gsp-core-model_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of edu.gemini : gsp-core-model_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • gsp-core-model_2.13-0.2.8

    Jul 24, 2020
  • gsp-core-model_2.13-0.2.7

    Jul 20, 2020
  • gsp-core-model_2.13-0.2.6

    Jul 07, 2020
  • gsp-core-model_2.13-0.2.5

    Jul 03, 2020
  • gsp-core-model_2.13-0.2.4

    Jun 19, 2020
  • gsp-core-model_2.13-0.2.3

    Jun 17, 2020
  • gsp-core-model_2.13-0.2.2

    Jun 16, 2020
  • gsp-core-model_2.13-0.2.1

    Jun 09, 2020
  • gsp-core-model_2.13-0.2.0

    May 12, 2020
  • gsp-core-model_2.13-0.1.8

    Apr 28, 2020
  • gsp-core-model_2.13-0.1.7

    Mar 10, 2020
  • gsp-core-model_2.13-0.1.6

    Mar 03, 2020
  • gsp-core-model_2.13-0.1.5

    Feb 24, 2020
  • gsp-core-model_2.13-0.1.4

    Feb 21, 2020

How to add a dependency to Maven

Add the following edu.gemini : gsp-core-model_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.gemini</groupId>
    <artifactId>gsp-core-model_2.13</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.gemini : gsp-core-model_2.13 gradle dependency to your build.gradle file:

implementation 'edu.gemini:gsp-core-model_2.13:0.2.8'

Gradle Kotlin DSL: Add the following edu.gemini : gsp-core-model_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.gemini:gsp-core-model_2.13:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.gemini : gsp-core-model_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.gemini" % "gsp-core-model_2.13" % "0.2.8"