is not current version
Last Version 3.13.0

com.ripstech.api:connector 3.8.0

A library to connect to the RIPS API.

GroupId

GroupId

com.ripstech.api
ArtifactId

ArtifactId

connector
Version

Version

3.8.0
Type

Type

jar

Download connector 3.8.0


<!-- https://jarcasting.com/artifacts/com.ripstech.api/connector/ -->
<dependency>
    <groupId>com.ripstech.api</groupId>
    <artifactId>connector</artifactId>
    <version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ripstech.api/connector/
implementation 'com.ripstech.api:connector:3.8.0'
// https://jarcasting.com/artifacts/com.ripstech.api/connector/
implementation ("com.ripstech.api:connector:3.8.0")
'com.ripstech.api:connector:jar:3.8.0'
<dependency org="com.ripstech.api" name="connector" rev="3.8.0">
  <artifact name="connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ripstech.api', module='connector', version='3.8.0')
)
libraryDependencies += "com.ripstech.api" % "connector" % "3.8.0"
[com.ripstech.api/connector "3.8.0"]