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