Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdflo-grpc |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
flo-grpc-0.1.0.pom | |
flo-grpc-0.1.0.jar | 40 KB |
flo-grpc-0.1.0-sources.jar | 16 KB |
flo-grpc-0.1.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/flo-grpc/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-grpc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/flo-grpc/
implementation 'com.spotify:flo-grpc:0.1.0'
// https://jarcasting.com/artifacts/com.spotify/flo-grpc/
implementation ("com.spotify:flo-grpc:0.1.0")
'com.spotify:flo-grpc:jar:0.1.0'
<dependency org="com.spotify" name="flo-grpc" rev="0.1.0">
<artifact name="flo-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='flo-grpc', version='0.1.0')
)
libraryDependencies += "com.spotify" % "flo-grpc" % "0.1.0"
[com.spotify/flo-grpc "0.1.0"]