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 |
Version | Version3.0.4 |
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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/oauth-client-twitter/
implementation 'org.glassfish.jersey.examples:oauth-client-twitter:3.0.4'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/oauth-client-twitter/
implementation ("org.glassfish.jersey.examples:oauth-client-twitter:3.0.4")
'org.glassfish.jersey.examples:oauth-client-twitter:jar:3.0.4'
<dependency org="org.glassfish.jersey.examples" name="oauth-client-twitter" rev="3.0.4">
<artifact name="oauth-client-twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='oauth-client-twitter', version='3.0.4')
)
libraryDependencies += "org.glassfish.jersey.examples" % "oauth-client-twitter" % "3.0.4"
[org.glassfish.jersey.examples/oauth-client-twitter "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-client | jar | 3.0.4 |
org.glassfish.jersey.inject : jersey-hk2 | jar | |
org.glassfish.jersey.security : oauth1-client | jar | 3.0.4 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 3.0.4 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
com.sun.xml.bind : jaxb-impl | jar | 3.0.2 |