MVN

org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey

Maven & Gradle

Dec 22, 2015
0 stars

SDH :: SCMH :: SCM Harvester (Jersey) · This harvester publishes gitlab data such as users, repositories, and branches using jersey and the sdh gitlab enhancer rest api.

<dependency>
    <groupId>org.smartdeveloperhub.harvesters.scm.jersey</groupId>
    <artifactId>scm-harvester-jersey</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
scm-harvester-jersey-0.2.0

How to add a dependency to Maven

Add the following org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smartdeveloperhub.harvesters.scm.jersey</groupId>
    <artifactId>scm-harvester-jersey</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey gradle dependency to your build.gradle file:

implementation 'org.smartdeveloperhub.harvesters.scm.jersey:scm-harvester-jersey:0.2.0'

Gradle Kotlin DSL: Add the following org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smartdeveloperhub.harvesters.scm.jersey:scm-harvester-jersey:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smartdeveloperhub.harvesters.scm.jersey : scm-harvester-jersey sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smartdeveloperhub.harvesters.scm.jersey" % "scm-harvester-jersey" % "0.2.0"

Advertisement