GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-jwt |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-jwt-0.4.0.pom | |
commons-jwt-0.4.0.jar | 4 KB |
commons-jwt-0.4.0-sources.jar | 3 KB |
commons-jwt-0.4.0-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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jwt/
implementation 'pl.chilldev.commons:commons-jwt:0.4.0'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jwt/
implementation ("pl.chilldev.commons:commons-jwt:0.4.0")
'pl.chilldev.commons:commons-jwt:jar:0.4.0'
<dependency org="pl.chilldev.commons" name="commons-jwt" rev="0.4.0">
<artifact name="commons-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-jwt', version='0.4.0')
)
libraryDependencies += "pl.chilldev.commons" % "commons-jwt" % "0.4.0"
[pl.chilldev.commons/commons-jwt "0.4.0"]