Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.github.marcoferrer.krotoplus |
ArtifactId | ArtifactIdprotoc-gen-grpc-coroutines |
Version | Version0.5.0-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines/ -->
<dependency>
<groupId>com.github.marcoferrer.krotoplus</groupId>
<artifactId>protoc-gen-grpc-coroutines</artifactId>
<version>0.5.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines/
implementation 'com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.5.0-RC'
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines/
implementation ("com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.5.0-RC")
'com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:jar:0.5.0-RC'
<dependency org="com.github.marcoferrer.krotoplus" name="protoc-gen-grpc-coroutines" rev="0.5.0-RC">
<artifact name="protoc-gen-grpc-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcoferrer.krotoplus', module='protoc-gen-grpc-coroutines', version='0.5.0-RC')
)
libraryDependencies += "com.github.marcoferrer.krotoplus" % "protoc-gen-grpc-coroutines" % "0.5.0-RC"
[com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines "0.5.0-RC"]