| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.codeaches |
| ArtifactId | ArtifactIdcfgclientpetstore |
| Last Version | Last Version8.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn example Config Server Client application connecting to Pivotal Config Service
An example Config Server Client application connecting to Pivotal Config Service
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cfgclientpetstore-8.0.0.pom | |
| cfgclientpetstore-8.0.0.jar | 21 MB |
| cfgclientpetstore-8.0.0-sources.jar | 4 KB |
| cfgclientpetstore-8.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/ -->
<dependency>
<groupId>com.codeaches</groupId>
<artifactId>cfgclientpetstore</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/
implementation 'com.codeaches:cfgclientpetstore:8.0.0'
// https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/
implementation ("com.codeaches:cfgclientpetstore:8.0.0")
'com.codeaches:cfgclientpetstore:jar:8.0.0'
<dependency org="com.codeaches" name="cfgclientpetstore" rev="8.0.0">
<artifact name="cfgclientpetstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeaches', module='cfgclientpetstore', version='8.0.0')
)
libraryDependencies += "com.codeaches" % "cfgclientpetstore" % "8.0.0"
[com.codeaches/cfgclientpetstore "8.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-security | jar | 2.1.2.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.2.RELEASE |
| io.pivotal.spring.cloud : spring-cloud-services-starter-config-client | jar |