Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.fedy2 |
ArtifactId | ArtifactIdyahoo-weather-java-api |
Version | Version1.2.0 |
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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fedy2/yahoo-weather-java-api/
implementation 'com.github.fedy2:yahoo-weather-java-api:1.2.0'
// https://jarcasting.com/artifacts/com.github.fedy2/yahoo-weather-java-api/
implementation ("com.github.fedy2:yahoo-weather-java-api:1.2.0")
'com.github.fedy2:yahoo-weather-java-api:jar:1.2.0'
<dependency org="com.github.fedy2" name="yahoo-weather-java-api" rev="1.2.0">
<artifact name="yahoo-weather-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fedy2', module='yahoo-weather-java-api', version='1.2.0')
)
libraryDependencies += "com.github.fedy2" % "yahoo-weather-java-api" % "1.2.0"
[com.github.fedy2/yahoo-weather-java-api "1.2.0"]