MVN

com.github.visionaryappdev : common

Maven & Gradle

Jul 21, 2020

Audit Gateway · A concise description of my library

<dependency>
    <groupId>com.github.visionaryappdev</groupId>
    <artifactId>common</artifactId>
    <version>2020.07.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.visionaryappdev : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.07.21.1

All Versions

Choose a version of com.github.visionaryappdev : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.07.x
common-2020.07.21.1
common-2020.07.21
common-2020.07.15
common-2020.07.14
common-2020.07.13.1
common-2020.07.13
2020.06.x
common-2020.06.29.1
common-2020.06.29
common-2020.06.26.1
common-2020.06.26
common-2020.06.25.1
common-2020.06.24
common-2020.06.22.6
common-2020.06.21.6
common-2020.06.21.5
common-2020.06.21.4
common-2020.06.21.3
common-2020.06.21.2
common-2020.06.21
common-2020.06.16.2
common-2020.06.16
common-2020.06.11.2
common-2020.06.11
common-2020.06.10
common-2020.06.09
0.0.x
common-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.visionaryappdev</groupId>
    <artifactId>common</artifactId>
    <version>2020.07.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.visionaryappdev : common gradle dependency to your build.gradle file:

implementation 'com.github.visionaryappdev:common:2020.07.21.1'

Gradle Kotlin DSL: Add the following com.github.visionaryappdev : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.visionaryappdev:common:2020.07.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.visionaryappdev : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.visionaryappdev" % "common" % "2020.07.21.1"