GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdtwitter-weather |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
twitter-weather-1.2.pom | |
twitter-weather-1.2.jar | 20 KB |
twitter-weather-1.2-sources.jar | 21 KB |
twitter-weather-1.2-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter-weather/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>twitter-weather</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter-weather/
implementation 'org.ow2.frascati.examples:twitter-weather:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter-weather/
implementation ("org.ow2.frascati.examples:twitter-weather:1.2")
'org.ow2.frascati.examples:twitter-weather:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="twitter-weather" rev="1.2">
<artifact name="twitter-weather" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='twitter-weather', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "twitter-weather" % "1.2"
[org.ow2.frascati.examples/twitter-weather "1.2"]