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