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