License |
License |
---|---|
GroupId | GroupIdcom.github.gcacace |
ArtifactId | ArtifactIdsignature-pad |
Version | Version1.3.1 |
Type | Typeaar |
Description |
DescriptionSignature Pad
A custom Android View to capture signatures
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
signature-pad-1.3.1.pom | |
signature-pad-1.3.1.aar | 35 KB |
signature-pad-1.3.1-sources.jar | 11 KB |
signature-pad-1.3.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gcacace/signature-pad/ -->
<dependency>
<groupId>com.github.gcacace</groupId>
<artifactId>signature-pad</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gcacace/signature-pad/
implementation 'com.github.gcacace:signature-pad:1.3.1'
// https://jarcasting.com/artifacts/com.github.gcacace/signature-pad/
implementation ("com.github.gcacace:signature-pad:1.3.1")
'com.github.gcacace:signature-pad:aar:1.3.1'
<dependency org="com.github.gcacace" name="signature-pad" rev="1.3.1">
<artifact name="signature-pad" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gcacace', module='signature-pad', version='1.3.1')
)
libraryDependencies += "com.github.gcacace" % "signature-pad" % "1.3.1"
[com.github.gcacace/signature-pad "1.3.1"]