Categories |
CategoriesKotlin Languages gRPC Net Networking |
---|---|
GroupId | GroupIdio.rouz |
ArtifactId | ArtifactIdgrpc-kotlin-example-chatserver |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-example-chatserver/ -->
<dependency>
<groupId>io.rouz</groupId>
<artifactId>grpc-kotlin-example-chatserver</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-example-chatserver/
implementation 'io.rouz:grpc-kotlin-example-chatserver:0.1.2'
// https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-example-chatserver/
implementation ("io.rouz:grpc-kotlin-example-chatserver:0.1.2")
'io.rouz:grpc-kotlin-example-chatserver:jar:0.1.2'
<dependency org="io.rouz" name="grpc-kotlin-example-chatserver" rev="0.1.2">
<artifact name="grpc-kotlin-example-chatserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rouz', module='grpc-kotlin-example-chatserver', version='0.1.2')
)
libraryDependencies += "io.rouz" % "grpc-kotlin-example-chatserver" % "0.1.2"
[io.rouz/grpc-kotlin-example-chatserver "0.1.2"]