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