Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdorg.joeyb.undercarriage |
ArtifactId | ArtifactIdgrpc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grpc-1.0.0.pom | |
grpc-1.0.0.jar | 14 KB |
grpc-1.0.0-sources.jar | 5 KB |
grpc-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/grpc/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>grpc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/grpc/
implementation 'org.joeyb.undercarriage:grpc:1.0.0'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/grpc/
implementation ("org.joeyb.undercarriage:grpc:1.0.0")
'org.joeyb.undercarriage:grpc:jar:1.0.0'
<dependency org="org.joeyb.undercarriage" name="grpc" rev="1.0.0">
<artifact name="grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='grpc', version='1.0.0')
)
libraryDependencies += "org.joeyb.undercarriage" % "grpc" % "1.0.0"
[org.joeyb.undercarriage/grpc "1.0.0"]