License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.ibole |
ArtifactId | ArtifactIdmicroservice-config |
Version | Version1.0.8 |
Type | Typejar |
Description |
Descriptionmicroservice-config
The config module of microservice project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microservice-config-1.0.8.pom | |
microservice-config-1.0.8.jar | 24 KB |
microservice-config-1.0.8-sources.jar | 18 KB |
microservice-config-1.0.8-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ibole/microservice-config/ -->
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>microservice-config</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ibole/microservice-config/
implementation 'com.github.ibole:microservice-config:1.0.8'
// https://jarcasting.com/artifacts/com.github.ibole/microservice-config/
implementation ("com.github.ibole:microservice-config:1.0.8")
'com.github.ibole:microservice-config:jar:1.0.8'
<dependency org="com.github.ibole" name="microservice-config" rev="1.0.8">
<artifact name="microservice-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ibole', module='microservice-config', version='1.0.8')
)
libraryDependencies += "com.github.ibole" % "microservice-config" % "1.0.8"
[com.github.ibole/microservice-config "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ibole : microservice-common | jar | 1.0.8 |
org.springframework : spring-beans | jar | 4.2.8.RELEASE |
org.springframework : spring-context | jar | 4.2.8.RELEASE |
org.codehaus.plexus : plexus-interpolation | jar | 1.22 |
com.github.ibole : infrastructure-common | jar | 1.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.2.8.RELEASE |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.19 |