| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.pleomax00 | 
    
| ArtifactId | ArtifactIdsdk | 
    
| Last Version | Last Version1.0.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptionwigzo 
            A wigzo library for real time segmentation handling. 
         | 
    
| Filename | Size | 
|---|---|
| sdk-1.0.2.0.pom | |
| sdk-1.0.2.0.aar | 57 KB | 
| sdk-1.0.2.0-sources.jar | 38 KB | 
| sdk-1.0.2.0-javadoc.jar | 88 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.pleomax00/sdk/ -->
<dependency>
    <groupId>com.github.pleomax00</groupId>
    <artifactId>sdk</artifactId>
    <version>1.0.2.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.pleomax00/sdk/
implementation 'com.github.pleomax00:sdk:1.0.2.0'
                // https://jarcasting.com/artifacts/com.github.pleomax00/sdk/
implementation ("com.github.pleomax00:sdk:1.0.2.0")
                'com.github.pleomax00:sdk:aar:1.0.2.0'
                <dependency org="com.github.pleomax00" name="sdk" rev="1.0.2.0">
  <artifact name="sdk" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.pleomax00', module='sdk', version='1.0.2.0')
)
                libraryDependencies += "com.github.pleomax00" % "sdk" % "1.0.2.0"
                [com.github.pleomax00/sdk "1.0.2.0"]