Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdcn.vertxup |
ArtifactId | ArtifactIdup-apollo |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
up-apollo-0.4.3.pom | |
up-apollo-0.4.3.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/up-apollo/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>up-apollo</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/up-apollo/
implementation 'cn.vertxup:up-apollo:0.4.3'
// https://jarcasting.com/artifacts/cn.vertxup/up-apollo/
implementation ("cn.vertxup:up-apollo:0.4.3")
'cn.vertxup:up-apollo:jar:0.4.3'
<dependency org="cn.vertxup" name="up-apollo" rev="0.4.3">
<artifact name="up-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='up-apollo', version='0.4.3')
)
libraryDependencies += "cn.vertxup" % "up-apollo" % "0.4.3"
[cn.vertxup/up-apollo "0.4.3"]