Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.voxeo.tropo |
ArtifactId | ArtifactIdtropo-webapi-java |
Version | Version0.4.6 |
Type | Typejar |
Filename | Size |
---|---|
tropo-webapi-java-0.4.6.pom | |
tropo-webapi-java-0.4.6.jar | 64 KB |
tropo-webapi-java-0.4.6-sources.jar | 34 KB |
tropo-webapi-java-0.4.6-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voxeo.tropo/tropo-webapi-java/ -->
<dependency>
<groupId>com.voxeo.tropo</groupId>
<artifactId>tropo-webapi-java</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.voxeo.tropo/tropo-webapi-java/
implementation 'com.voxeo.tropo:tropo-webapi-java:0.4.6'
// https://jarcasting.com/artifacts/com.voxeo.tropo/tropo-webapi-java/
implementation ("com.voxeo.tropo:tropo-webapi-java:0.4.6")
'com.voxeo.tropo:tropo-webapi-java:jar:0.4.6'
<dependency org="com.voxeo.tropo" name="tropo-webapi-java" rev="0.4.6">
<artifact name="tropo-webapi-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voxeo.tropo', module='tropo-webapi-java', version='0.4.6')
)
libraryDependencies += "com.voxeo.tropo" % "tropo-webapi-java" % "0.4.6"
[com.voxeo.tropo/tropo-webapi-java "0.4.6"]