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