MVN

edu.gemini : crystal_sjs1_3

Maven & Gradle

Jul 18, 2023
9 stars

crystal · crystal

<dependency>
    <groupId>edu.gemini</groupId>
    <artifactId>crystal_sjs1_3</artifactId>
    <version>0.34.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.gemini : crystal_sjs1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.34.1

All Versions

Choose a version of edu.gemini : crystal_sjs1_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.34.x
crystal_sjs1_3-0.34.1
crystal_sjs1_3-0.34.0
0.33.x
crystal_sjs1_3-0.33.14
crystal_sjs1_3-0.33.13
crystal_sjs1_3-0.33.12
crystal_sjs1_3-0.33.11
crystal_sjs1_3-0.33.10
crystal_sjs1_3-0.33.9
crystal_sjs1_3-0.33.8
crystal_sjs1_3-0.33.6
crystal_sjs1_3-0.33.5
crystal_sjs1_3-0.33.4
crystal_sjs1_3-0.33.3
crystal_sjs1_3-0.33.2
crystal_sjs1_3-0.33.1
crystal_sjs1_3-0.33.0

How to add a dependency to Maven

Add the following edu.gemini : crystal_sjs1_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.gemini</groupId>
    <artifactId>crystal_sjs1_3</artifactId>
    <version>0.34.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.gemini : crystal_sjs1_3 gradle dependency to your build.gradle file:

implementation 'edu.gemini:crystal_sjs1_3:0.34.1'

Gradle Kotlin DSL: Add the following edu.gemini : crystal_sjs1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.gemini:crystal_sjs1_3:0.34.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.gemini : crystal_sjs1_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.gemini" % "crystal_sjs1_3" % "0.34.1"