GroupId | GroupIdcom.yupaits |
---|---|
ArtifactId | ArtifactIdjwt-helper |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jwt-helper-1.1.0.pom | |
jwt-helper-1.1.0.jar | 8 KB |
jwt-helper-1.1.0-sources.jar | 6 KB |
jwt-helper-1.1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/jwt-helper/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>jwt-helper</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/jwt-helper/
implementation 'com.yupaits:jwt-helper:1.1.0'
// https://jarcasting.com/artifacts/com.yupaits/jwt-helper/
implementation ("com.yupaits:jwt-helper:1.1.0")
'com.yupaits:jwt-helper:jar:1.1.0'
<dependency org="com.yupaits" name="jwt-helper" rev="1.1.0">
<artifact name="jwt-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='jwt-helper', version='1.1.0')
)
libraryDependencies += "com.yupaits" % "jwt-helper" % "1.1.0"
[com.yupaits/jwt-helper "1.1.0"]