| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.github.hburgmeier.jerseyoauth2 |
| Идентификатор | Идентификаторjersey-oauth2-protocol-impl |
| Версия | Версия0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-protocol-impl/ -->
<dependency>
<groupId>com.github.hburgmeier.jerseyoauth2</groupId>
<artifactId>jersey-oauth2-protocol-impl</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-protocol-impl/
implementation 'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-protocol-impl:0.7'
// https://jarcasting.com/artifacts/com.github.hburgmeier.jerseyoauth2/jersey-oauth2-protocol-impl/
implementation ("com.github.hburgmeier.jerseyoauth2:jersey-oauth2-protocol-impl:0.7")
'com.github.hburgmeier.jerseyoauth2:jersey-oauth2-protocol-impl:jar:0.7'
<dependency org="com.github.hburgmeier.jerseyoauth2" name="jersey-oauth2-protocol-impl" rev="0.7">
<artifact name="jersey-oauth2-protocol-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hburgmeier.jerseyoauth2', module='jersey-oauth2-protocol-impl', version='0.7')
)
libraryDependencies += "com.github.hburgmeier.jerseyoauth2" % "jersey-oauth2-protocol-impl" % "0.7"
[com.github.hburgmeier.jerseyoauth2/jersey-oauth2-protocol-impl "0.7"]