Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.harium.api |
ArtifactId | ArtifactIdweatherdatasource |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
weatherdatasource-1.0.0.pom | |
weatherdatasource-1.0.0.jar | 4 KB |
weatherdatasource-1.0.0-sources.jar | 1 KB |
weatherdatasource-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.api/weatherdatasource/ -->
<dependency>
<groupId>com.harium.api</groupId>
<artifactId>weatherdatasource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.api/weatherdatasource/
implementation 'com.harium.api:weatherdatasource:1.0.0'
// https://jarcasting.com/artifacts/com.harium.api/weatherdatasource/
implementation ("com.harium.api:weatherdatasource:1.0.0")
'com.harium.api:weatherdatasource:jar:1.0.0'
<dependency org="com.harium.api" name="weatherdatasource" rev="1.0.0">
<artifact name="weatherdatasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.api', module='weatherdatasource', version='1.0.0')
)
libraryDependencies += "com.harium.api" % "weatherdatasource" % "1.0.0"
[com.harium.api/weatherdatasource "1.0.0"]