Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.crossbar.autobahn |
ArtifactId | ArtifactIdautobahn-android-legacy |
Version | Version18.5.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.crossbar.autobahn/autobahn-android-legacy/ -->
<dependency>
<groupId>io.crossbar.autobahn</groupId>
<artifactId>autobahn-android-legacy</artifactId>
<version>18.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.crossbar.autobahn/autobahn-android-legacy/
implementation 'io.crossbar.autobahn:autobahn-android-legacy:18.5.2'
// https://jarcasting.com/artifacts/io.crossbar.autobahn/autobahn-android-legacy/
implementation ("io.crossbar.autobahn:autobahn-android-legacy:18.5.2")
'io.crossbar.autobahn:autobahn-android-legacy:aar:18.5.2'
<dependency org="io.crossbar.autobahn" name="autobahn-android-legacy" rev="18.5.2">
<artifact name="autobahn-android-legacy" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.crossbar.autobahn', module='autobahn-android-legacy', version='18.5.2')
)
libraryDependencies += "io.crossbar.autobahn" % "autobahn-android-legacy" % "18.5.2"
[io.crossbar.autobahn/autobahn-android-legacy "18.5.2"]