MVN

com.github.tratagroup : hse

Maven & Gradle

Dec 02, 2021

HSE · A library that manage patient life cycle

<dependency>
    <groupId>com.github.tratagroup</groupId>
    <artifactId>hse</artifactId>
    <version>1.0.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tratagroup : hse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.39

All Versions

Choose a version of com.github.tratagroup : hse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hse-1.0.39
hse-1.0.38
hse-1.0.37
hse-1.0.36
hse-1.0.35
hse-1.0.34
hse-1.0.33
hse-1.0.32
hse-1.0.31
hse-1.0.30
hse-1.0.29
hse-1.0.28
hse-1.0.26
hse-1.0.25
hse-1.0.24
hse-1.0.23
hse-1.0.22
hse-1.0.20
hse-1.0.19
hse-1.0.18
hse-1.0.17
hse-1.0.16
hse-1.0.15
hse-1.0.14
hse-1.0.13
hse-1.0.12
hse-1.0.11
hse-1.0.10
hse-1.0.7
hse-1.0.6
hse-1.0.5
hse-1.0.4
hse-1.0.3
hse-1.0.2

How to add a dependency to Maven

Add the following com.github.tratagroup : hse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tratagroup</groupId>
    <artifactId>hse</artifactId>
    <version>1.0.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tratagroup : hse gradle dependency to your build.gradle file:

implementation 'com.github.tratagroup:hse:1.0.39'

Gradle Kotlin DSL: Add the following com.github.tratagroup : hse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tratagroup:hse:1.0.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tratagroup : hse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tratagroup" % "hse" % "1.0.39"

Advertisement