GroupId | GroupIdcom.nexmo |
---|---|
ArtifactId | ArtifactIdstitch |
Version | Version3.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
stitch-3.0.1.pom | |
stitch-3.0.1.aar | 428 KB |
stitch-3.0.1-sources.jar | 177 KB |
stitch-3.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.nexmo/stitch/ -->
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>stitch</artifactId>
<version>3.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nexmo/stitch/
implementation 'com.nexmo:stitch:3.0.1'
// https://jarcasting.com/artifacts/com.nexmo/stitch/
implementation ("com.nexmo:stitch:3.0.1")
'com.nexmo:stitch:aar:3.0.1'
<dependency org="com.nexmo" name="stitch" rev="3.0.1">
<artifact name="stitch" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nexmo', module='stitch', version='3.0.1')
)
libraryDependencies += "com.nexmo" % "stitch" % "3.0.1"
[com.nexmo/stitch "3.0.1"]