License |
License |
---|---|
GroupId | GroupIdio.github.darvld.krpc |
ArtifactId | ArtifactIdkrpc-compiler |
Version | Version0.2.0 |
Type | Typepom |
Description |
Descriptionkrpc-compiler
Idiomatic gRPC library for Kotlin Multiplatform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
krpc-compiler-0.2.0.pom | |
krpc-compiler-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.darvld.krpc/krpc-compiler/ -->
<dependency>
<groupId>io.github.darvld.krpc</groupId>
<artifactId>krpc-compiler</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.darvld.krpc/krpc-compiler/
implementation 'io.github.darvld.krpc:krpc-compiler:0.2.0'
// https://jarcasting.com/artifacts/io.github.darvld.krpc/krpc-compiler/
implementation ("io.github.darvld.krpc:krpc-compiler:0.2.0")
'io.github.darvld.krpc:krpc-compiler:pom:0.2.0'
<dependency org="io.github.darvld.krpc" name="krpc-compiler" rev="0.2.0">
<artifact name="krpc-compiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.darvld.krpc', module='krpc-compiler', version='0.2.0')
)
libraryDependencies += "io.github.darvld.krpc" % "krpc-compiler" % "0.2.0"
[io.github.darvld.krpc/krpc-compiler "0.2.0"]