Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.fedy2 |
ArtifactId | ArtifactIdyahoo-weather-java-api |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fedy2/yahoo-weather-java-api/ -->
<dependency>
<groupId>com.github.fedy2</groupId>
<artifactId>yahoo-weather-java-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fedy2/yahoo-weather-java-api/
implementation 'com.github.fedy2:yahoo-weather-java-api:1.0.1'
// https://jarcasting.com/artifacts/com.github.fedy2/yahoo-weather-java-api/
implementation ("com.github.fedy2:yahoo-weather-java-api:1.0.1")
'com.github.fedy2:yahoo-weather-java-api:jar:1.0.1'
<dependency org="com.github.fedy2" name="yahoo-weather-java-api" rev="1.0.1">
<artifact name="yahoo-weather-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fedy2', module='yahoo-weather-java-api', version='1.0.1')
)
libraryDependencies += "com.github.fedy2" % "yahoo-weather-java-api" % "1.0.1"
[com.github.fedy2/yahoo-weather-java-api "1.0.1"]