| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка gRPC Сеть Networking Akka Контейнер Микросервисы Reactive libraries |
| Группа | Группаcom.lightbend.akka.grpc |
| Идентификатор | Идентификаторakka-grpc-maven-plugin |
| Версия | Версия2.1.0-M1 |
| Тип | Типjar |
| Описание |
Описаниеakka-grpc-maven-plugin
Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-maven-plugin/ -->
<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-maven-plugin</artifactId>
<version>2.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-maven-plugin/
implementation 'com.lightbend.akka.grpc:akka-grpc-maven-plugin:2.1.0-M1'
// https://jarcasting.com/artifacts/com.lightbend.akka.grpc/akka-grpc-maven-plugin/
implementation ("com.lightbend.akka.grpc:akka-grpc-maven-plugin:2.1.0-M1")
'com.lightbend.akka.grpc:akka-grpc-maven-plugin:jar:2.1.0-M1'
<dependency org="com.lightbend.akka.grpc" name="akka-grpc-maven-plugin" rev="2.1.0-M1">
<artifact name="akka-grpc-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-maven-plugin', version='2.1.0-M1')
)
libraryDependencies += "com.lightbend.akka.grpc" % "akka-grpc-maven-plugin" % "2.1.0-M1"
[com.lightbend.akka.grpc/akka-grpc-maven-plugin "2.1.0-M1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.11 |
| com.lightbend.akka.grpc : akka-grpc-codegen_2.12 | jar | 2.1.0-M1 |
| org.slf4j : slf4j-api | jar | 1.7.31 |
| org.apache.maven : maven-plugin-api | jar | 3.8.1 |
| org.apache.maven : maven-core | jar | 3.8.1 |
| com.github.os72 : protoc-jar | jar | 3.11.4 |
| org.sonatype.plexus : plexus-build-api Необязательный | jar | 0.0.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ghik : silencer-lib_2.12.11 | jar | 1.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.1.4 |