MVN

com.eldrix : hermes-api

Maven & Gradle

Jul 07, 2023
2 stars

hermes-api · Definitions for the Java Hermes API.

<dependency>
    <groupId>com.eldrix</groupId>
    <artifactId>hermes-api</artifactId>
    <version>1.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eldrix : hermes-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.32

All Versions

Choose a version of com.eldrix : hermes-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hermes-api-1.0.32
hermes-api-1.0.31
hermes-api-1.0.25
hermes-api-1.0.23
hermes-api-1.0.20
hermes-api-1.0.17
hermes-api-1.0.16
hermes-api-1.0.15
hermes-api-1.0.12
hermes-api-1.0.11
hermes-api-1.0.8
hermes-api-1.0.1
hermes-api-1.0.0

How to add a dependency to Maven

Add the following com.eldrix : hermes-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eldrix</groupId>
    <artifactId>hermes-api</artifactId>
    <version>1.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eldrix : hermes-api gradle dependency to your build.gradle file:

implementation 'com.eldrix:hermes-api:1.0.32'

Gradle Kotlin DSL: Add the following com.eldrix : hermes-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eldrix:hermes-api:1.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eldrix : hermes-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eldrix" % "hermes-api" % "1.0.32"