| Группа | Группаcom.github.rjolly |
|---|---|
| Идентификатор | Идентификаторremote4j |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| remote4j-1.1.pom | |
| remote4j-1.1.jar | 21 KB |
| remote4j-1.1-sources.jar | 10 KB |
| remote4j-1.1-javadoc.jar | 69 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rjolly/remote4j/ -->
<dependency>
<groupId>com.github.rjolly</groupId>
<artifactId>remote4j</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjolly/remote4j/
implementation 'com.github.rjolly:remote4j:1.1'
// https://jarcasting.com/artifacts/com.github.rjolly/remote4j/
implementation ("com.github.rjolly:remote4j:1.1")
'com.github.rjolly:remote4j:jar:1.1'
<dependency org="com.github.rjolly" name="remote4j" rev="1.1">
<artifact name="remote4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjolly', module='remote4j', version='1.1')
)
libraryDependencies += "com.github.rjolly" % "remote4j" % "1.1"
[com.github.rjolly/remote4j "1.1"]