| Группа | Группаio.smallrye |
|---|---|
| Идентификатор | Идентификаторsmallrye-jwt-implementation-parent |
| Версия | Версия2.4.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| smallrye-jwt-implementation-parent-2.4.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-implementation-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>2.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-implementation-parent/
implementation 'io.smallrye:smallrye-jwt-implementation-parent:2.4.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-implementation-parent/
implementation ("io.smallrye:smallrye-jwt-implementation-parent:2.4.2")
'io.smallrye:smallrye-jwt-implementation-parent:pom:2.4.2'
<dependency org="io.smallrye" name="smallrye-jwt-implementation-parent" rev="2.4.2">
<artifact name="smallrye-jwt-implementation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-implementation-parent', version='2.4.2')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-implementation-parent" % "2.4.2"
[io.smallrye/smallrye-jwt-implementation-parent "2.4.2"]