MVN

org.hswebframework.web : hsweb-system-organizational-api

Maven & Gradle

Aug 28, 2020
3 usages
<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-system-organizational-api</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hswebframework.web : hsweb-system-organizational-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of org.hswebframework.web : hsweb-system-organizational-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hsweb-system-organizational-api-3.0.11
hsweb-system-organizational-api-3.0.10
hsweb-system-organizational-api-3.0.9
hsweb-system-organizational-api-3.0.8
hsweb-system-organizational-api-3.0.7
hsweb-system-organizational-api-3.0.6
hsweb-system-organizational-api-3.0.5
hsweb-system-organizational-api-3.0.4
hsweb-system-organizational-api-3.0.3
hsweb-system-organizational-api-3.0.2
hsweb-system-organizational-api-3.0.1
hsweb-system-organizational-api-3.0.0

How to add a dependency to Maven

Add the following org.hswebframework.web : hsweb-system-organizational-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-system-organizational-api</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hswebframework.web : hsweb-system-organizational-api gradle dependency to your build.gradle file:

implementation 'org.hswebframework.web:hsweb-system-organizational-api:3.0.11'

Gradle Kotlin DSL: Add the following org.hswebframework.web : hsweb-system-organizational-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hswebframework.web:hsweb-system-organizational-api:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hswebframework.web : hsweb-system-organizational-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hswebframework.web" % "hsweb-system-organizational-api" % "3.0.11"

Advertisement