| Categories |
CategoriesGlassFish Container Application Servers Security Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.security |
| ArtifactId | ArtifactIdoauth1-signature |
| Version | Version2.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oauth1-signature-2.9.1.pom | |
| oauth1-signature-2.9.1.jar | 25 KB |
| oauth1-signature-2.9.1-sources.jar | 31 KB |
| oauth1-signature-2.9.1-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-signature/ -->
<dependency>
<groupId>org.glassfish.jersey.security</groupId>
<artifactId>oauth1-signature</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-signature/
implementation 'org.glassfish.jersey.security:oauth1-signature:2.9.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-signature/
implementation ("org.glassfish.jersey.security:oauth1-signature:2.9.1")
'org.glassfish.jersey.security:oauth1-signature:jar:2.9.1'
<dependency org="org.glassfish.jersey.security" name="oauth1-signature" rev="2.9.1">
<artifact name="oauth1-signature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='oauth1-signature', version='2.9.1')
)
libraryDependencies += "org.glassfish.jersey.security" % "oauth1-signature" % "2.9.1"
[org.glassfish.jersey.security/oauth1-signature "2.9.1"]