| Лицензия |
Лицензия
CDDL+GPL License
|
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.sun.jersey.oauth |
| Идентификатор | Идентификаторoauth-signature |
| Последняя версия | Последняя версия1.1.1-ea |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеoauth-signature
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| oauth-signature-1.1.1-ea.pom | |
| oauth-signature-1.1.1-ea.jar | 19 KB |
| oauth-signature-1.1.1-ea-sources.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-signature/ -->
<dependency>
<groupId>com.sun.jersey.oauth</groupId>
<artifactId>oauth-signature</artifactId>
<version>1.1.1-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-signature/
implementation 'com.sun.jersey.oauth:oauth-signature:1.1.1-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-signature/
implementation ("com.sun.jersey.oauth:oauth-signature:1.1.1-ea")
'com.sun.jersey.oauth:oauth-signature:jar:1.1.1-ea'
<dependency org="com.sun.jersey.oauth" name="oauth-signature" rev="1.1.1-ea">
<artifact name="oauth-signature" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.oauth', module='oauth-signature', version='1.1.1-ea')
)
libraryDependencies += "com.sun.jersey.oauth" % "oauth-signature" % "1.1.1-ea"
[com.sun.jersey.oauth/oauth-signature "1.1.1-ea"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jersey : jersey-core | jar | 1.1.1-ea |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |