License |
License |
---|---|
Categories |
CategoriesKotlin Languages gRPC Net Networking |
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdgrpc-kotlin-test |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrpc-kotlin-test
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
Filename | Size |
---|---|
grpc-kotlin-test-0.0.1.pom | |
grpc-kotlin-test-0.0.1.jar | 75 KB |
grpc-kotlin-test-0.0.1-sources.jar | 15 KB |
grpc-kotlin-test-0.0.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/grpc-kotlin-test/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>grpc-kotlin-test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/grpc-kotlin-test/
implementation 'com.spotify:grpc-kotlin-test:0.0.1'
// https://jarcasting.com/artifacts/com.spotify/grpc-kotlin-test/
implementation ("com.spotify:grpc-kotlin-test:0.0.1")
'com.spotify:grpc-kotlin-test:jar:0.0.1'
<dependency org="com.spotify" name="grpc-kotlin-test" rev="0.0.1">
<artifact name="grpc-kotlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='grpc-kotlin-test', version='0.0.1')
)
libraryDependencies += "com.spotify" % "grpc-kotlin-test" % "0.0.1"
[com.spotify/grpc-kotlin-test "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 0.22.3 |
io.grpc : grpc-netty | jar | 1.10.0 |
io.grpc : grpc-protobuf | jar | 1.10.0 |
io.grpc : grpc-stub | jar | 1.10.0 |
io.github.microutils : kotlin-logging | jar | 1.4.9 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |