Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.telerivet |
ArtifactId | ArtifactIdTelerivetAPIClient |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
TelerivetAPIClient-1.3.0.pom | |
TelerivetAPIClient-1.3.0.jar | 40 KB |
TelerivetAPIClient-1.3.0-sources.jar | 34 KB |
TelerivetAPIClient-1.3.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/ -->
<dependency>
<groupId>com.telerivet</groupId>
<artifactId>TelerivetAPIClient</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/
implementation 'com.telerivet:TelerivetAPIClient:1.3.0'
// https://jarcasting.com/artifacts/com.telerivet/TelerivetAPIClient/
implementation ("com.telerivet:TelerivetAPIClient:1.3.0")
'com.telerivet:TelerivetAPIClient:jar:1.3.0'
<dependency org="com.telerivet" name="TelerivetAPIClient" rev="1.3.0">
<artifact name="TelerivetAPIClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telerivet', module='TelerivetAPIClient', version='1.3.0')
)
libraryDependencies += "com.telerivet" % "TelerivetAPIClient" % "1.3.0"
[com.telerivet/TelerivetAPIClient "1.3.0"]