MVN

com.omniwyse : hrms-commons

Maven & Gradle

Mar 16, 2021

Hrms-Commons · Common library for hrms

<dependency>
    <groupId>com.omniwyse</groupId>
    <artifactId>hrms-commons</artifactId>
    <version>1.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.omniwyse : hrms-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.20

All Versions

Choose a version of com.omniwyse : hrms-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hrms-commons-1.0.20
hrms-commons-1.0.19
hrms-commons-1.0.18
hrms-commons-1.0.17
hrms-commons-1.0.16
hrms-commons-1.0.15
hrms-commons-1.0.14
hrms-commons-1.0.13
hrms-commons-1.0.12
hrms-commons-1.0.11
hrms-commons-1.0.10
hrms-commons-1.0.08
hrms-commons-1.0.07
hrms-commons-1.0.06
hrms-commons-1.0.05
hrms-commons-1.0.04
hrms-commons-1.0.03
hrms-commons-1.0.02
hrms-commons-1.0.01
1.0
hrms-commons-1.0

How to add a dependency to Maven

Add the following com.omniwyse : hrms-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.omniwyse</groupId>
    <artifactId>hrms-commons</artifactId>
    <version>1.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.omniwyse : hrms-commons gradle dependency to your build.gradle file:

implementation 'com.omniwyse:hrms-commons:1.0.20'

Gradle Kotlin DSL: Add the following com.omniwyse : hrms-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.omniwyse:hrms-commons:1.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.omniwyse : hrms-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.omniwyse" % "hrms-commons" % "1.0.20"

Advertisement