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