| Категории |
КатегорииKeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаorg.soulwing.jwt |
| Идентификатор | Идентификаторjwt-key-storage |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jwt-key-storage-1.2.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/ -->
<dependency>
<groupId>org.soulwing.jwt</groupId>
<artifactId>jwt-key-storage</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation 'org.soulwing.jwt:jwt-key-storage:1.2.0'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation ("org.soulwing.jwt:jwt-key-storage:1.2.0")
'org.soulwing.jwt:jwt-key-storage:pom:1.2.0'
<dependency org="org.soulwing.jwt" name="jwt-key-storage" rev="1.2.0">
<artifact name="jwt-key-storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-key-storage', version='1.2.0')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-key-storage" % "1.2.0"
[org.soulwing.jwt/jwt-key-storage "1.2.0"]