License |
License |
---|---|
GroupId | GroupIdcom.github.ibole |
ArtifactId | ArtifactIdmicroservice-common |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmicroservice-common
The http common module of microservice project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microservice-common-1.0.8.pom | |
microservice-common-1.0.8.jar | 26 KB |
microservice-common-1.0.8-sources.jar | 18 KB |
microservice-common-1.0.8-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ibole/microservice-common/ -->
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>microservice-common</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ibole/microservice-common/
implementation 'com.github.ibole:microservice-common:1.0.8'
// https://jarcasting.com/artifacts/com.github.ibole/microservice-common/
implementation ("com.github.ibole:microservice-common:1.0.8")
'com.github.ibole:microservice-common:jar:1.0.8'
<dependency org="com.github.ibole" name="microservice-common" rev="1.0.8">
<artifact name="microservice-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ibole', module='microservice-common', version='1.0.8')
)
libraryDependencies += "com.github.ibole" % "microservice-common" % "1.0.8"
[com.github.ibole/microservice-common "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.google.code.gson : gson | jar | 2.7 |
org.javassist : javassist | jar | 3.18.1-GA |
org.slf4j : slf4j-api | jar | 1.7.22 |
org.slf4j : slf4j-log4j12 | jar | 1.7.22 |
commons-logging : commons-logging-api | jar | 1.1 |
log4j : log4j | jar | 1.2.17 |
javax.servlet : servlet-api | jar | 2.5 |
com.github.ibole : infrastructure-common | jar | 1.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.19 |