Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.voxeo.tropo |
ArtifactId | ArtifactIdtropo-webapi-java |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
tropo-webapi-java-0.4.4.pom | |
tropo-webapi-java-0.4.4.jar | 50 KB |
tropo-webapi-java-0.4.4-sources.jar | 25 KB |
tropo-webapi-java-0.4.4-javadoc.jar | 265 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.voxeo.tropo/tropo-webapi-java/
implementation 'com.voxeo.tropo:tropo-webapi-java:0.4.4'
// https://jarcasting.com/artifacts/com.voxeo.tropo/tropo-webapi-java/
implementation ("com.voxeo.tropo:tropo-webapi-java:0.4.4")
'com.voxeo.tropo:tropo-webapi-java:jar:0.4.4'
<dependency org="com.voxeo.tropo" name="tropo-webapi-java" rev="0.4.4">
<artifact name="tropo-webapi-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voxeo.tropo', module='tropo-webapi-java', version='0.4.4')
)
libraryDependencies += "com.voxeo.tropo" % "tropo-webapi-java" % "0.4.4"
[com.voxeo.tropo/tropo-webapi-java "0.4.4"]