| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.smartcosmos |
| Идентификатор | Идентификаторsmartcosmos-gateway |
| Версия | Версия3.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| smartcosmos-gateway-3.0.0.pom | |
| smartcosmos-gateway-3.0.0.jar | 40 MB |
| smartcosmos-gateway-3.0.0-sources.jar | 12 KB |
| smartcosmos-gateway-3.0.0-javadoc.jar | 73 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>smartcosmos-gateway</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/
implementation 'net.smartcosmos:smartcosmos-gateway:3.0.0'
// https://jarcasting.com/artifacts/net.smartcosmos/smartcosmos-gateway/
implementation ("net.smartcosmos:smartcosmos-gateway:3.0.0")
'net.smartcosmos:smartcosmos-gateway:jar:3.0.0'
<dependency org="net.smartcosmos" name="smartcosmos-gateway" rev="3.0.0">
<artifact name="smartcosmos-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='smartcosmos-gateway', version='3.0.0')
)
libraryDependencies += "net.smartcosmos" % "smartcosmos-gateway" % "3.0.0"
[net.smartcosmos/smartcosmos-gateway "3.0.0"]