MVN

com.capitalone.dashboard : github-graphql-scm-collector

Maven & Gradle

Sep 23, 2022
2 stars

com.capitalone.dashboard:github-graphql-scm-collector · Github Collector Microservice collecting stats from Github using graphql

<dependency>
    <groupId>com.capitalone.dashboard</groupId>
    <artifactId>github-graphql-scm-collector</artifactId>
    <version>3.3.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.capitalone.dashboard : github-graphql-scm-collector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.20

All Versions

Choose a version of com.capitalone.dashboard : github-graphql-scm-collector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
github-graphql-scm-collector-3.3.20
github-graphql-scm-collector-3.3.19
github-graphql-scm-collector-3.3.18
github-graphql-scm-collector-3.3.17
github-graphql-scm-collector-3.3.16
github-graphql-scm-collector-3.3.15
github-graphql-scm-collector-3.3.14
github-graphql-scm-collector-3.3.13
github-graphql-scm-collector-3.3.12
github-graphql-scm-collector-3.3.11
github-graphql-scm-collector-3.3.10
github-graphql-scm-collector-3.3.9
github-graphql-scm-collector-3.3.8
github-graphql-scm-collector-3.3.7
github-graphql-scm-collector-3.3.6
github-graphql-scm-collector-3.3.5
github-graphql-scm-collector-3.3.4
github-graphql-scm-collector-3.3.3
github-graphql-scm-collector-3.3.2
github-graphql-scm-collector-3.3.1
github-graphql-scm-collector-3.3.0
3.2.x
github-graphql-scm-collector-3.2.6
github-graphql-scm-collector-3.2.4
github-graphql-scm-collector-3.2.3
github-graphql-scm-collector-3.2.2
github-graphql-scm-collector-3.2.1
3.1.x
github-graphql-scm-collector-3.1.8
github-graphql-scm-collector-3.1.7
github-graphql-scm-collector-3.1.6
github-graphql-scm-collector-3.1.4
github-graphql-scm-collector-3.1.3
github-graphql-scm-collector-3.1.2
github-graphql-scm-collector-3.1.1
github-graphql-scm-collector-3.1.0
3.0.x
github-graphql-scm-collector-3.0.1

How to add a dependency to Maven

Add the following com.capitalone.dashboard : github-graphql-scm-collector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.capitalone.dashboard</groupId>
    <artifactId>github-graphql-scm-collector</artifactId>
    <version>3.3.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.capitalone.dashboard : github-graphql-scm-collector gradle dependency to your build.gradle file:

implementation 'com.capitalone.dashboard:github-graphql-scm-collector:3.3.20'

Gradle Kotlin DSL: Add the following com.capitalone.dashboard : github-graphql-scm-collector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.capitalone.dashboard:github-graphql-scm-collector:3.3.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.capitalone.dashboard : github-graphql-scm-collector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.capitalone.dashboard" % "github-graphql-scm-collector" % "3.3.20"