GroupId | GroupIdcom.plivo.endpoint |
---|---|
ArtifactId | ArtifactIdplivo-endpoint-test |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
plivo-endpoint-test-1.0.2.pom | |
plivo-endpoint-test-1.0.2.aar | 17 KB |
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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plivo.endpoint/plivo-endpoint-test/
implementation 'com.plivo.endpoint:plivo-endpoint-test:1.0.2'
// https://jarcasting.com/artifacts/com.plivo.endpoint/plivo-endpoint-test/
implementation ("com.plivo.endpoint:plivo-endpoint-test:1.0.2")
'com.plivo.endpoint:plivo-endpoint-test:aar:1.0.2'
<dependency org="com.plivo.endpoint" name="plivo-endpoint-test" rev="1.0.2">
<artifact name="plivo-endpoint-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plivo.endpoint', module='plivo-endpoint-test', version='1.0.2')
)
libraryDependencies += "com.plivo.endpoint" % "plivo-endpoint-test" % "1.0.2"
[com.plivo.endpoint/plivo-endpoint-test "1.0.2"]