playpass-client
Playpass Client
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.notikumi | 
    
| ArtifactId | ArtifactIdplaypass-client | 
    
| Last Version | Last Version0.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPlaypass Client 
            Application used to connect to Playpass API using Java 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| playpass-client-0.5.pom | |
| playpass-client-0.5.jar | 12 KB | 
| playpass-client-0.5-sources.jar | 6 KB | 
| playpass-client-0.5-javadoc.jar | 64 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.notikumi/playpass-client/ -->
<dependency>
    <groupId>com.notikumi</groupId>
    <artifactId>playpass-client</artifactId>
    <version>0.5</version>
</dependency>
                // https://jarcasting.com/artifacts/com.notikumi/playpass-client/
implementation 'com.notikumi:playpass-client:0.5'
                // https://jarcasting.com/artifacts/com.notikumi/playpass-client/
implementation ("com.notikumi:playpass-client:0.5")
                'com.notikumi:playpass-client:jar:0.5'
                <dependency org="com.notikumi" name="playpass-client" rev="0.5">
  <artifact name="playpass-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.notikumi', module='playpass-client', version='0.5')
)
                libraryDependencies += "com.notikumi" % "playpass-client" % "0.5"
                [com.notikumi/playpass-client "0.5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.6 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.slf4j : slf4j-simple | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 | 
Playpass Client