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