Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.github.marcoferrer.krotoplus |
ArtifactId | ArtifactIdprotoc-gen-grpc-coroutines |
Version | Version0.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines/
implementation 'com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.4.0'
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines/
implementation ("com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.4.0")
'com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:jar:0.4.0'
<dependency org="com.github.marcoferrer.krotoplus" name="protoc-gen-grpc-coroutines" rev="0.4.0">
<artifact name="protoc-gen-grpc-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcoferrer.krotoplus', module='protoc-gen-grpc-coroutines', version='0.4.0')
)
libraryDependencies += "com.github.marcoferrer.krotoplus" % "protoc-gen-grpc-coroutines" % "0.4.0"
[com.github.marcoferrer.krotoplus/protoc-gen-grpc-coroutines "0.4.0"]