Empty Release Project to Avoid Maven Bug


Лицензия

Лицензия

Группа

Группа

io.smallrye
Идентификатор

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

smallrye-jwt-1.1-release
Последняя версия

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

2.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Empty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug

Скачать smallrye-jwt-1.1-release

Имя Файла Размер
smallrye-jwt-1.1-release-2.0.1.pom 669 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-1.1-release/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-jwt-1.1-release</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-1.1-release/
implementation 'io.smallrye:smallrye-jwt-1.1-release:2.0.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-1.1-release/
implementation ("io.smallrye:smallrye-jwt-1.1-release:2.0.1")
'io.smallrye:smallrye-jwt-1.1-release:pom:2.0.1'
<dependency org="io.smallrye" name="smallrye-jwt-1.1-release" rev="2.0.1">
  <artifact name="smallrye-jwt-1.1-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-1.1-release', version='2.0.1')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-1.1-release" % "2.0.1"
[io.smallrye/smallrye-jwt-1.1-release "2.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

badge Quality Gate Status License smallrye jwt?color=green

SmallRye JWT

SmallRye JWT is a library for implementing the Eclipse MicroProfile JWT RBAC. Currently it is focused on supporting the MP-JWT 1.1 spec, and primarily deals with the parsing of the JWT string into a JsonWebToken implementation.

In the future, when MP-JWT 2.0 can build on the JSR-375 security APIs, there should be more support for defining the CDI extension and security layer integration.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • implementation - Implementation of the Eclipse MicroProfile JWT RBAC library.

  • testsuite - Test suites

    • testsuite/basic Test suite with basic test cases.

    • testsuite/tck Test suite to run the implementation against the Eclipse MicroProfile JWT RBAC TCK.

  • doc - Project documentation.

Contributing

Please refer to our Wiki for the Contribution Guidelines.

io.smallrye

SmallRye

Версии библиотеки

Версия
2.0.1
2.0.0
1.0.0