Last Version

org.glassfish.jersey.examples:oauth-client-twitter 3.1.0-M3

Twitter client using OAuth 1 support for Jersey that retrieves Tweets from the home timeline of a registered Twitter account.

License

License

jQuery license
Categories

Categories

GlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

oauth-client-twitter
Version

Version

3.1.0-M3
Type

Type

jar
Description

Description

Twitter client using OAuth 1 support for Jersey that retrieves Tweets from the home timeline of a registered Twitter account.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/oauth-client-twitter
Project Organization

Project Organization

Eclipse Foundation

Download oauth-client-twitter 3.1.0-M3


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

Dependencies

compile (6)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 3.1.0-M3
org.glassfish.jersey.inject : jersey-hk2 jar
org.glassfish.jersey.security : oauth1-client jar 3.1.0-M3
org.glassfish.jersey.media : jersey-media-json-jackson jar 3.1.0-M3
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.1
com.sun.xml.bind : jaxb-impl jar 3.0.2

Project Modules

There are no modules declared in this project.