Categories |
CategoriesKotlin Languages gRPC Net Networking |
---|---|
GroupId | GroupIdio.rouz |
ArtifactId | ArtifactIdgrpc-kotlin-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
grpc-kotlin-parent-0.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-parent/ -->
<dependency>
<groupId>io.rouz</groupId>
<artifactId>grpc-kotlin-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-parent/
implementation 'io.rouz:grpc-kotlin-parent:0.1.0'
// https://jarcasting.com/artifacts/io.rouz/grpc-kotlin-parent/
implementation ("io.rouz:grpc-kotlin-parent:0.1.0")
'io.rouz:grpc-kotlin-parent:pom:0.1.0'
<dependency org="io.rouz" name="grpc-kotlin-parent" rev="0.1.0">
<artifact name="grpc-kotlin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rouz', module='grpc-kotlin-parent', version='0.1.0')
)
libraryDependencies += "io.rouz" % "grpc-kotlin-parent" % "0.1.0"
[io.rouz/grpc-kotlin-parent "0.1.0"]