MVN

com.verygoodsecurity : vgscollect

Maven & Gradle

Jun 13, 2023
3 usages
8 stars

vgscollect · VGS Collect - is a product suite that allows customers to collect information securely without possession of it. VGS Collect Android SDK allows you to securely collect data from your users via forms without having to have that data pass through your systems. The form fields behave like traditional input fields while securing access to the unsecured data.

<dependency>
    <groupId>com.verygoodsecurity</groupId>
    <artifactId>vgscollect</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.verygoodsecurity : vgscollect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.verygoodsecurity : vgscollect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
vgscollect-1.8.0
1.7.x
vgscollect-1.7.7
vgscollect-1.7.6
vgscollect-1.7.5
vgscollect-1.7.4
vgscollect-1.7.3
vgscollect-1.7.2
vgscollect-1.7.1
vgscollect-1.7.0
1.6.x
vgscollect-1.6.19
vgscollect-1.6.18
vgscollect-1.6.17
vgscollect-1.6.16
vgscollect-1.6.15
vgscollect-1.6.14
vgscollect-1.6.13
vgscollect-1.6.12
vgscollect-1.6.11
vgscollect-1.6.10
vgscollect-1.6.9
vgscollect-1.6.8
vgscollect-1.6.7
vgscollect-1.6.6
vgscollect-1.6.5
vgscollect-1.6.4
vgscollect-1.6.3
vgscollect-1.6.2
vgscollect-1.6.1

How to add a dependency to Maven

Add the following com.verygoodsecurity : vgscollect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.verygoodsecurity</groupId>
    <artifactId>vgscollect</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.verygoodsecurity : vgscollect gradle dependency to your build.gradle file:

implementation 'com.verygoodsecurity:vgscollect:1.8.0'

Gradle Kotlin DSL: Add the following com.verygoodsecurity : vgscollect gradle kotlin dependency to your build.gradle.kts file:

implementation("com.verygoodsecurity:vgscollect:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.verygoodsecurity : vgscollect sbt scala dependency to your build.sbt file:

libraryDependencies += "com.verygoodsecurity" % "vgscollect" % "1.8.0"