MVN

cn.openapis : hy.microservice

Maven & Gradle

Aug 25, 2023
0 stars

cn.openapis.hy.microservice · cn.openapis.hy.microservice

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.microservice</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.openapis : hy.microservice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of cn.openapis : hy.microservice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
hy.microservice-1.3.3
hy.microservice-1.3.2
hy.microservice-1.3.1
hy.microservice-1.3.0
1.2.x
hy.microservice-1.2.9
hy.microservice-1.2.8
hy.microservice-1.2.7
hy.microservice-1.2.6
hy.microservice-1.2.5
hy.microservice-1.2.4
hy.microservice-1.2.3
hy.microservice-1.2.2
hy.microservice-1.2.1
hy.microservice-1.2.0
1.1.x
hy.microservice-1.1.9
hy.microservice-1.1.8
hy.microservice-1.1.7
hy.microservice-1.1.6
hy.microservice-1.1.5
hy.microservice-1.1.3
hy.microservice-1.1.2
hy.microservice-1.1.1
hy.microservice-1.1.0
1.0.x
hy.microservice-1.0.9
hy.microservice-1.0.8
hy.microservice-1.0.7
hy.microservice-1.0.6
hy.microservice-1.0.5
hy.microservice-1.0.4
hy.microservice-1.0.3
hy.microservice-1.0.2
hy.microservice-1.0.1
hy.microservice-1.0.0

How to add a dependency to Maven

Add the following cn.openapis : hy.microservice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.openapis</groupId>
    <artifactId>hy.microservice</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.openapis : hy.microservice gradle dependency to your build.gradle file:

implementation 'cn.openapis:hy.microservice:1.3.3'

Gradle Kotlin DSL: Add the following cn.openapis : hy.microservice gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.openapis:hy.microservice:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.openapis : hy.microservice sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.openapis" % "hy.microservice" % "1.3.3"