| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.scalepoint | 
    
| ArtifactId | ArtifactIdoauth-jwt-assertion-client | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionOAuth JWT Assertion Client 
            Client helper for OAuth 2.0 "Client Credentials" flow with RS256 JWT "client_assertion" 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationScalepoint Technologies Ltd. | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.scalepoint/oauth-jwt-assertion-client/ -->
<dependency>
    <groupId>com.scalepoint</groupId>
    <artifactId>oauth-jwt-assertion-client</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.scalepoint/oauth-jwt-assertion-client/
implementation 'com.scalepoint:oauth-jwt-assertion-client:1.0'
                // https://jarcasting.com/artifacts/com.scalepoint/oauth-jwt-assertion-client/
implementation ("com.scalepoint:oauth-jwt-assertion-client:1.0")
                'com.scalepoint:oauth-jwt-assertion-client:jar:1.0'
                <dependency org="com.scalepoint" name="oauth-jwt-assertion-client" rev="1.0">
  <artifact name="oauth-jwt-assertion-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.scalepoint', module='oauth-jwt-assertion-client', version='1.0')
)
                libraryDependencies += "com.scalepoint" % "oauth-jwt-assertion-client" % "1.0"
                [com.scalepoint/oauth-jwt-assertion-client "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 | 
| io.jsonwebtoken : jjwt | jar | 0.6.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.2 | 
| org.apache.httpcomponents : fluent-hc | jar | 4.5.2 | 
| net.jodah : expiringmap | jar | 0.5.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.9.10 | 
| org.mock-server : mockserver-netty | jar | 3.10.4 |