GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-jwt |
Version | Version0.3.6 |
Type | Typejar |
Filename | Size |
---|---|
commons-jwt-0.3.6.pom | |
commons-jwt-0.3.6.jar | 4 KB |
commons-jwt-0.3.6-sources.jar | 3 KB |
commons-jwt-0.3.6-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jwt/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-jwt</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jwt/
implementation 'pl.chilldev.commons:commons-jwt:0.3.6'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jwt/
implementation ("pl.chilldev.commons:commons-jwt:0.3.6")
'pl.chilldev.commons:commons-jwt:jar:0.3.6'
<dependency org="pl.chilldev.commons" name="commons-jwt" rev="0.3.6">
<artifact name="commons-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-jwt', version='0.3.6')
)
libraryDependencies += "pl.chilldev.commons" % "commons-jwt" % "0.3.6"
[pl.chilldev.commons/commons-jwt "0.3.6"]