Files download
File Operation
play-grpc-generators_2.12-0.9.1.jar download
play-grpc-generators_2.12-0.9.1.pom download
play-grpc-generators_2.12-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.play</groupId>
  <artifactId>play-grpc-generators_2.12</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.play:play-grpc-generators_2.12:0.9.1'
Gradle Kotlin
implementation("com.lightbend.play:play-grpc-generators_2.12:0.9.1")
Scala SBT
libraryDependencies += "com.lightbend.play" % "play-grpc-generators_2.12" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.play', module='play-grpc-generators_2.12', version='0.9.1')
)
Apache Ivy
<dependency org="com.lightbend.play" name="play-grpc-generators_2.12" rev="0.9.1" />
Leiningen
[com.lightbend.play/play-grpc-generators_2.12 "0.9.1"]
Apache Buildr
'com.lightbend.play:play-grpc-generators_2.12:jar:0.9.1'