PaintView
Using in your projects
Gradle
implementation 'io.github.hikari-dev:paintview:1.1.0'
Gradle Kotlin DSL
implementation("io.github.hikari-dev:paintview:1.1.0")
Learn to use
See sample project for detailed usage.
| License |
License |
|---|---|
| GroupId | GroupIdio.github.hikari-dev |
| ArtifactId | ArtifactIdpaintview |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionPaintView
An android library containing a paintview to help saving drawing as bitmap.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| paintview-1.1.0.pom | |
| paintview-1.1.0-sources.jar | 1 KB |
| paintview-1.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hikari-dev/paintview/ -->
<dependency>
<groupId>io.github.hikari-dev</groupId>
<artifactId>paintview</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hikari-dev/paintview/
implementation 'io.github.hikari-dev:paintview:1.1.0'
// https://jarcasting.com/artifacts/io.github.hikari-dev/paintview/
implementation ("io.github.hikari-dev:paintview:1.1.0")
'io.github.hikari-dev:paintview:aar:1.1.0'
<dependency org="io.github.hikari-dev" name="paintview" rev="1.1.0">
<artifact name="paintview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.hikari-dev', module='paintview', version='1.1.0')
)
libraryDependencies += "io.github.hikari-dev" % "paintview" % "1.1.0"
[io.github.hikari-dev/paintview "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| androidx.core » core-ktx | jar | 1.3.2 |
| androidx.appcompat » appcompat | jar | 1.2.0 |
| com.google.android.material » material | jar | 1.3.0 |
implementation 'io.github.hikari-dev:paintview:1.1.0'
implementation("io.github.hikari-dev:paintview:1.1.0")
See sample project for detailed usage.