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