is not current version
Last Version 1.4

org.ow2.frascati.examples:twitter 1.2


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

twitter
Version

Version

1.2
Type

Type

jar

Download twitter 1.2


<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter/ -->
<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>twitter</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter/
implementation 'org.ow2.frascati.examples:twitter:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/twitter/
implementation ("org.ow2.frascati.examples:twitter:1.2")
'org.ow2.frascati.examples:twitter:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="twitter" rev="1.2">
  <artifact name="twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='twitter', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "twitter" % "1.2"
[org.ow2.frascati.examples/twitter "1.2"]