| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.acplt.remotetea |
| Идентификатор | Идентификаторremotetea |
| Версия | Версия1.1.4 |
| Тип | Типpom |
| Описание |
ОписаниеRemote Tea
A fully fledged implementation of the ONC/RPC protocol including a source generator, a port mapper and a Maven plugin for source generation in a Maven build.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| remotetea-1.1.4.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.acplt.remotetea/remotetea/ -->
<dependency>
<groupId>org.acplt.remotetea</groupId>
<artifactId>remotetea</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.acplt.remotetea/remotetea/
implementation 'org.acplt.remotetea:remotetea:1.1.4'
// https://jarcasting.com/artifacts/org.acplt.remotetea/remotetea/
implementation ("org.acplt.remotetea:remotetea:1.1.4")
'org.acplt.remotetea:remotetea:pom:1.1.4'
<dependency org="org.acplt.remotetea" name="remotetea" rev="1.1.4">
<artifact name="remotetea" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.acplt.remotetea', module='remotetea', version='1.1.4')
)
libraryDependencies += "org.acplt.remotetea" % "remotetea" % "1.1.4"
[org.acplt.remotetea/remotetea "1.1.4"]