License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdoauth-client-twitter |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwitter client using OAuth 1 support for Jersey that retrieves Tweets from the home timeline of a
registered Twitter account.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
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 |