is not current version
Last Version 2.0.1

com.sovilo.scratch:Scratch 2.0.0

This is a android custom view, like a scratch card effect!

GroupId

GroupId

com.sovilo.scratch
ArtifactId

ArtifactId

Scratch
Version

Version

2.0.0
Type

Type

aar

Download Scratch 2.0.0


<!-- https://jarcasting.com/artifacts/com.sovilo.scratch/Scratch/ -->
<dependency>
    <groupId>com.sovilo.scratch</groupId>
    <artifactId>Scratch</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sovilo.scratch/Scratch/
implementation 'com.sovilo.scratch:Scratch:2.0.0'
// https://jarcasting.com/artifacts/com.sovilo.scratch/Scratch/
implementation ("com.sovilo.scratch:Scratch:2.0.0")
'com.sovilo.scratch:Scratch:aar:2.0.0'
<dependency org="com.sovilo.scratch" name="Scratch" rev="2.0.0">
  <artifact name="Scratch" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sovilo.scratch', module='Scratch', version='2.0.0')
)
libraryDependencies += "com.sovilo.scratch" % "Scratch" % "2.0.0"
[com.sovilo.scratch/Scratch "2.0.0"]