q

qwe-micro

This module declares and defines microservice service discovery and service locator
https://github.com/zero88/qwe
The Apache License, Version 2.0
文件下载
文件名 操作
qwe-micro-0.6.0.jar 下载
qwe-micro-0.6.0.pom 下载
qwe-micro-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.zero88.qwe</groupId>
  <artifactId>qwe-micro</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.zero88.qwe:qwe-micro:0.6.0'
Gradle Kotlin
implementation("io.github.zero88.qwe:qwe-micro:0.6.0")
Scala SBT
libraryDependencies += "io.github.zero88.qwe" % "qwe-micro" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zero88.qwe', module='qwe-micro', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.zero88.qwe" name="qwe-micro" rev="0.6.0" />
Leiningen
[io.github.zero88.qwe/qwe-micro "0.6.0"]
Apache Buildr
'io.github.zero88.qwe:qwe-micro:jar:0.6.0'