GroupId | GroupIdcom.plivo.endpoint |
---|---|
ArtifactId | ArtifactIdplivo-endpoint-test |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
plivo-endpoint-test-1.0.4.pom | |
plivo-endpoint-test-1.0.4.aar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plivo.endpoint/plivo-endpoint-test/ -->
<dependency>
<groupId>com.plivo.endpoint</groupId>
<artifactId>plivo-endpoint-test</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plivo.endpoint/plivo-endpoint-test/
implementation 'com.plivo.endpoint:plivo-endpoint-test:1.0.4'
// https://jarcasting.com/artifacts/com.plivo.endpoint/plivo-endpoint-test/
implementation ("com.plivo.endpoint:plivo-endpoint-test:1.0.4")
'com.plivo.endpoint:plivo-endpoint-test:aar:1.0.4'
<dependency org="com.plivo.endpoint" name="plivo-endpoint-test" rev="1.0.4">
<artifact name="plivo-endpoint-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plivo.endpoint', module='plivo-endpoint-test', version='1.0.4')
)
libraryDependencies += "com.plivo.endpoint" % "plivo-endpoint-test" % "1.0.4"
[com.plivo.endpoint/plivo-endpoint-test "1.0.4"]