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