MVN

com.ripstech.api : connector

Maven & Gradle

Apr 03, 2020
3 usages
2 stars

RIPS API Java Connector · A library to connect to the RIPS API.

<dependency>
    <groupId>com.ripstech.api</groupId>
    <artifactId>connector</artifactId>
    <version>3.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ripstech.api : connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13.0

All Versions

Choose a version of com.ripstech.api : connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
connector-3.13.0
3.12.x
connector-3.12.2
3.11.x
connector-3.11.1
connector-3.11.0
3.10.x
connector-3.10.0
3.9.x
connector-3.9.0
3.8.x
connector-3.8.0
3.7.x
connector-3.7.0
3.6.x
connector-3.6.6
connector-3.6.5
connector-3.6.4
connector-3.6.3
connector-3.6.2
connector-3.6.1
connector-3.6.0
3.4.x
connector-3.4.0
3.3.x
connector-3.3.0
3.1.x
connector-3.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ripstech.api</groupId>
    <artifactId>connector</artifactId>
    <version>3.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ripstech.api : connector gradle dependency to your build.gradle file:

implementation 'com.ripstech.api:connector:3.13.0'

Gradle Kotlin DSL: Add the following com.ripstech.api : connector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ripstech.api:connector:3.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ripstech.api : connector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ripstech.api" % "connector" % "3.13.0"

Advertisement