| Группа | Группаcom.weatherlink |
|---|---|
| Идентификатор | Идентификаторweatherlink-v2-api-sdk |
| Версия | Версия0.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.weatherlink/weatherlink-v2-api-sdk/ -->
<dependency>
<groupId>com.weatherlink</groupId>
<artifactId>weatherlink-v2-api-sdk</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.weatherlink/weatherlink-v2-api-sdk/
implementation 'com.weatherlink:weatherlink-v2-api-sdk:0.0.1'
// https://jarcasting.com/artifacts/com.weatherlink/weatherlink-v2-api-sdk/
implementation ("com.weatherlink:weatherlink-v2-api-sdk:0.0.1")
'com.weatherlink:weatherlink-v2-api-sdk:jar:0.0.1'
<dependency org="com.weatherlink" name="weatherlink-v2-api-sdk" rev="0.0.1">
<artifact name="weatherlink-v2-api-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weatherlink', module='weatherlink-v2-api-sdk', version='0.0.1')
)
libraryDependencies += "com.weatherlink" % "weatherlink-v2-api-sdk" % "0.0.1"
[com.weatherlink/weatherlink-v2-api-sdk "0.0.1"]