# Accompanist Drawable Painter | |
[](https://search.maven.org/search?q=g:com.google.accompanist) | |
For more information, visit the documentation: https://google.github.io/accompanist/drawablepainter | |
## Download | |
```groovy | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
implementation "com.google.accompanist:accompanist-drawablepainter:<version>" | |
} | |
``` |