| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.eclipse.microprofile.jwt | 
    
| ArtifactId | ArtifactIdmicroprofile-jwt-auth-spec | 
    
| Last Version | Last Version2.1-RC2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMicroProfile JWT Auth Specification 
            MicroProfile Parent POM 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| microprofile-jwt-auth-spec-2.1-RC2.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec/ -->
<dependency>
    <groupId>org.eclipse.microprofile.jwt</groupId>
    <artifactId>microprofile-jwt-auth-spec</artifactId>
    <version>2.1-RC2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec/
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:2.1-RC2'
                // https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec/
implementation ("org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:2.1-RC2")
                'org.eclipse.microprofile.jwt:microprofile-jwt-auth-spec:pom:2.1-RC2'
                <dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-spec" rev="2.1-RC2">
  <artifact name="microprofile-jwt-auth-spec" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-spec', version='2.1-RC2')
)
                libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-spec" % "2.1-RC2"
                [org.eclipse.microprofile.jwt/microprofile-jwt-auth-spec "2.1-RC2"]