| Категории |
КатегорииgRPC Сеть Networking |
|---|---|
| Группа | Группаorg.openksavi.sponge |
| Идентификатор | Идентификаторsponge-grpc-api-common |
| Версия | Версия1.12.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sponge-grpc-api-common-1.12.0.pom | |
| sponge-grpc-api-common-1.12.0.jar | 110 KB |
| sponge-grpc-api-common-1.12.0-sources.jar | 44 KB |
| sponge-grpc-api-common-1.12.0-javadoc.jar | 255 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openksavi.sponge/sponge-grpc-api-common/ -->
<dependency>
<groupId>org.openksavi.sponge</groupId>
<artifactId>sponge-grpc-api-common</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openksavi.sponge/sponge-grpc-api-common/
implementation 'org.openksavi.sponge:sponge-grpc-api-common:1.12.0'
// https://jarcasting.com/artifacts/org.openksavi.sponge/sponge-grpc-api-common/
implementation ("org.openksavi.sponge:sponge-grpc-api-common:1.12.0")
'org.openksavi.sponge:sponge-grpc-api-common:jar:1.12.0'
<dependency org="org.openksavi.sponge" name="sponge-grpc-api-common" rev="1.12.0">
<artifact name="sponge-grpc-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openksavi.sponge', module='sponge-grpc-api-common', version='1.12.0')
)
libraryDependencies += "org.openksavi.sponge" % "sponge-grpc-api-common" % "1.12.0"
[org.openksavi.sponge/sponge-grpc-api-common "1.12.0"]