License |
License |
---|---|
Categories |
CategoriesApollo Container Microservices |
GroupId | GroupIdcom.ctrip.framework.apollo |
ArtifactId | ArtifactIdapollo-mockserver |
Version | Version2.0.0-RC1 |
Type | Typejar |
Description |
DescriptionApollo Mock Server
Configuration Center
|
<!-- https://jarcasting.com/artifacts/com.ctrip.framework.apollo/apollo-mockserver/ -->
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-mockserver</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctrip.framework.apollo/apollo-mockserver/
implementation 'com.ctrip.framework.apollo:apollo-mockserver:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.ctrip.framework.apollo/apollo-mockserver/
implementation ("com.ctrip.framework.apollo:apollo-mockserver:2.0.0-RC1")
'com.ctrip.framework.apollo:apollo-mockserver:jar:2.0.0-RC1'
<dependency org="com.ctrip.framework.apollo" name="apollo-mockserver" rev="2.0.0-RC1">
<artifact name="apollo-mockserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctrip.framework.apollo', module='apollo-mockserver', version='2.0.0-RC1')
)
libraryDependencies += "com.ctrip.framework.apollo" % "apollo-mockserver" % "2.0.0-RC1"
[com.ctrip.framework.apollo/apollo-mockserver "2.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
com.ctrip.framework.apollo : apollo-client | jar | 2.0.0-RC1 |
com.squareup.okhttp3 : mockwebserver | jar | 3.11.0 |
com.squareup.okhttp3 : okhttp | jar | 3.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.awaitility : awaitility | jar | 4.0.3 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |