GroupId | GroupIdcom.github.ibole |
---|---|
ArtifactId | ArtifactIdmicroservice-common |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
microservice-common-1.0.7.pom | |
microservice-common-1.0.7.jar | 27 KB |
microservice-common-1.0.7-sources.jar | 19 KB |
microservice-common-1.0.7-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ibole/microservice-common/ -->
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>microservice-common</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ibole/microservice-common/
implementation 'com.github.ibole:microservice-common:1.0.7'
// https://jarcasting.com/artifacts/com.github.ibole/microservice-common/
implementation ("com.github.ibole:microservice-common:1.0.7")
'com.github.ibole:microservice-common:jar:1.0.7'
<dependency org="com.github.ibole" name="microservice-common" rev="1.0.7">
<artifact name="microservice-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ibole', module='microservice-common', version='1.0.7')
)
libraryDependencies += "com.github.ibole" % "microservice-common" % "1.0.7"
[com.github.ibole/microservice-common "1.0.7"]