MVN

io.resys.hdes : thena-re-backend

Maven & Gradle

Oct 03, 2022
1 usages
1 stars
<dependency>
    <groupId>io.resys.hdes</groupId>
    <artifactId>thena-re-backend</artifactId>
    <version>1.1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.resys.hdes : thena-re-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.24

All Versions

Choose a version of io.resys.hdes : thena-re-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
thena-re-backend-1.1.24
thena-re-backend-1.1.23
thena-re-backend-1.1.22
thena-re-backend-1.1.21
thena-re-backend-1.1.18
thena-re-backend-1.1.17
thena-re-backend-1.1.16
thena-re-backend-1.1.15
thena-re-backend-1.1.14
thena-re-backend-1.1.13
thena-re-backend-1.1.12
thena-re-backend-1.1.11
1.010
thena-re-backend-1.010
1.0.x
thena-re-backend-1.0.9
thena-re-backend-1.0.8
thena-re-backend-1.0.7
thena-re-backend-1.0.6

How to add a dependency to Maven

Add the following io.resys.hdes : thena-re-backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.resys.hdes</groupId>
    <artifactId>thena-re-backend</artifactId>
    <version>1.1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.resys.hdes : thena-re-backend gradle dependency to your build.gradle file:

implementation 'io.resys.hdes:thena-re-backend:1.1.24'

Gradle Kotlin DSL: Add the following io.resys.hdes : thena-re-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("io.resys.hdes:thena-re-backend:1.1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.resys.hdes : thena-re-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "io.resys.hdes" % "thena-re-backend" % "1.1.24"

Advertisement