MVN

com.anrisoftware.sscontrol : sscontrol-source-service

Maven & Gradle

Apr 14, 2015
2 usages

RoboBee :: Source :: Service · Source control management service public interface.

<dependency>
    <groupId>com.anrisoftware.sscontrol</groupId>
    <artifactId>sscontrol-source-service</artifactId>
    <version>1.0-alpha-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anrisoftware.sscontrol : sscontrol-source-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-alpha-4
  • Latest Alpha: 1.0-alpha-4

All Versions

Choose a version of com.anrisoftware.sscontrol : sscontrol-source-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
sscontrol-source-service-1.0-alpha-4

How to add a dependency to Maven

Add the following com.anrisoftware.sscontrol : sscontrol-source-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anrisoftware.sscontrol</groupId>
    <artifactId>sscontrol-source-service</artifactId>
    <version>1.0-alpha-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anrisoftware.sscontrol : sscontrol-source-service gradle dependency to your build.gradle file:

implementation 'com.anrisoftware.sscontrol:sscontrol-source-service:1.0-alpha-4'

Gradle Kotlin DSL: Add the following com.anrisoftware.sscontrol : sscontrol-source-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anrisoftware.sscontrol:sscontrol-source-service:1.0-alpha-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anrisoftware.sscontrol : sscontrol-source-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anrisoftware.sscontrol" % "sscontrol-source-service" % "1.0-alpha-4"