не последняя версия
Последняя версия 2.8.4

org.wso2.msf4j:oauth2-security 2.7.7

Demostrates how to secure microservices in WSO2 MSF4J

Категории

Категории

H2 Данные Базы данных Безопасность OAuth2
Группа

Группа

org.wso2.msf4j
Идентификатор

Идентификатор

oauth2-security
Версия

Версия

2.7.7
Тип

Тип

jar

Скачать oauth2-security 2.7.7


<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/ -->
<dependency>
    <groupId>org.wso2.msf4j</groupId>
    <artifactId>oauth2-security</artifactId>
    <version>2.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/
implementation 'org.wso2.msf4j:oauth2-security:2.7.7'
// https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/
implementation ("org.wso2.msf4j:oauth2-security:2.7.7")
'org.wso2.msf4j:oauth2-security:jar:2.7.7'
<dependency org="org.wso2.msf4j" name="oauth2-security" rev="2.7.7">
  <artifact name="oauth2-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='oauth2-security', version='2.7.7')
)
libraryDependencies += "org.wso2.msf4j" % "oauth2-security" % "2.7.7"
[org.wso2.msf4j/oauth2-security "2.7.7"]