License |
License |
---|---|
Categories |
CategoriesZuul Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.github.rebue.scx |
ArtifactId | ArtifactIdzuul-server |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud的常用服务
|
Filename | Size |
---|---|
zuul-server-1.1.0.pom | |
zuul-server-1.1.0.jar | 51 MB |
zuul-server-1.1.0-sources.jar | 20 KB |
zuul-server-1.1.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.scx/zuul-server/ -->
<dependency>
<groupId>com.github.rebue.scx</groupId>
<artifactId>zuul-server</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.scx/zuul-server/
implementation 'com.github.rebue.scx:zuul-server:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.scx/zuul-server/
implementation ("com.github.rebue.scx:zuul-server:1.1.0")
'com.github.rebue.scx:zuul-server:jar:1.1.0'
<dependency org="com.github.rebue.scx" name="zuul-server" rev="1.1.0">
<artifact name="zuul-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.scx', module='zuul-server', version='1.1.0')
)
libraryDependencies += "com.github.rebue.scx" % "zuul-server" % "1.1.0"
[com.github.rebue.scx/zuul-server "1.1.0"]