| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdcom.github.alorma | 
    
| ArtifactId | ArtifactIdhintableviews | 
    
| Last Version | Last Version0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionHint Views Library 
            Android library to display colors, texts, images or anything in a view with columns or squares 
         | 
    
| Filename | Size | 
|---|---|
| hintableviews-0.2.pom | |
| hintableviews-0.2.aar | 65 KB | 
| hintableviews-0.2-sources.jar | 6 KB | 
| hintableviews-0.2-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.alorma/hintableviews/ -->
<dependency>
    <groupId>com.github.alorma</groupId>
    <artifactId>hintableviews</artifactId>
    <version>0.2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.alorma/hintableviews/
implementation 'com.github.alorma:hintableviews:0.2'
                // https://jarcasting.com/artifacts/com.github.alorma/hintableviews/
implementation ("com.github.alorma:hintableviews:0.2")
                'com.github.alorma:hintableviews:aar:0.2'
                <dependency org="com.github.alorma" name="hintableviews" rev="0.2">
  <artifact name="hintableviews" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.alorma', module='hintableviews', version='0.2')
)
                libraryDependencies += "com.github.alorma" % "hintableviews" % "0.2"
                [com.github.alorma/hintableviews "0.2"]