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