GroupId | GroupIdio.thorntail.testsuite |
---|---|
ArtifactId | ArtifactIdthorntail-microprofile-tck-jwt-auth |
Version | Version2.1.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-jwt-auth/ -->
<dependency>
<groupId>io.thorntail.testsuite</groupId>
<artifactId>thorntail-microprofile-tck-jwt-auth</artifactId>
<version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-jwt-auth/
implementation 'io.thorntail.testsuite:thorntail-microprofile-tck-jwt-auth:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-jwt-auth/
implementation ("io.thorntail.testsuite:thorntail-microprofile-tck-jwt-auth:2.1.0.Final")
'io.thorntail.testsuite:thorntail-microprofile-tck-jwt-auth:jar:2.1.0.Final'
<dependency org="io.thorntail.testsuite" name="thorntail-microprofile-tck-jwt-auth" rev="2.1.0.Final">
<artifact name="thorntail-microprofile-tck-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.testsuite', module='thorntail-microprofile-tck-jwt-auth', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail.testsuite" % "thorntail-microprofile-tck-jwt-auth" % "2.1.0.Final"
[io.thorntail.testsuite/thorntail-microprofile-tck-jwt-auth "2.1.0.Final"]