| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.josesamuel |
| Идентификатор | Идентификаторrpcfy-annotations |
| Последняя версия | Последняя версия1.0.23 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRPCfy Annotations
RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rpcfy-annotations-1.0.23.pom | |
| rpcfy-annotations-1.0.23.jar | 15 KB |
| rpcfy-annotations-1.0.23-sources.jar | 10 KB |
| rpcfy-annotations-1.0.23-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.josesamuel/rpcfy-annotations/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>rpcfy-annotations</artifactId>
<version>1.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/rpcfy-annotations/
implementation 'com.josesamuel:rpcfy-annotations:1.0.23'
// https://jarcasting.com/artifacts/com.josesamuel/rpcfy-annotations/
implementation ("com.josesamuel:rpcfy-annotations:1.0.23")
'com.josesamuel:rpcfy-annotations:jar:1.0.23'
<dependency org="com.josesamuel" name="rpcfy-annotations" rev="1.0.23">
<artifact name="rpcfy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='rpcfy-annotations', version='1.0.23')
)
libraryDependencies += "com.josesamuel" % "rpcfy-annotations" % "1.0.23"
[com.josesamuel/rpcfy-annotations "1.0.23"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 |