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