MVN

com.orbitasolutions : geleia-jvm

Maven & Gradle

Aug 11, 2023
0 stars

geleia · A general-purpose multiplatform client.,

<dependency>
    <groupId>com.orbitasolutions</groupId>
    <artifactId>geleia-jvm</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.orbitasolutions : geleia-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of com.orbitasolutions : geleia-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
geleia-jvm-0.2.8
geleia-jvm-0.2.5
geleia-jvm-0.2.4
geleia-jvm-0.2.1
geleia-jvm-0.2.0
0.1.x
geleia-jvm-0.1.3
geleia-jvm-0.1.1
geleia-jvm-0.1.0
0.0.x
geleia-jvm-0.0.36

How to add a dependency to Maven

Add the following com.orbitasolutions : geleia-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.orbitasolutions</groupId>
    <artifactId>geleia-jvm</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.orbitasolutions : geleia-jvm gradle dependency to your build.gradle file:

implementation 'com.orbitasolutions:geleia-jvm:0.2.8'

Gradle Kotlin DSL: Add the following com.orbitasolutions : geleia-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.orbitasolutions:geleia-jvm:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.orbitasolutions : geleia-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.orbitasolutions" % "geleia-jvm" % "0.2.8"

Advertisement