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