GroupId | GroupIdcom.queue-it.androidsdk |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version2.0.32 |
Type | Typeaar |
Filename | Size |
---|---|
library-2.0.32.pom | |
library-2.0.32-sources.jar | 13 KB |
library-2.0.32-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.queue-it.androidsdk/library/ -->
<dependency>
<groupId>com.queue-it.androidsdk</groupId>
<artifactId>library</artifactId>
<version>2.0.32</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.queue-it.androidsdk/library/
implementation 'com.queue-it.androidsdk:library:2.0.32'
// https://jarcasting.com/artifacts/com.queue-it.androidsdk/library/
implementation ("com.queue-it.androidsdk:library:2.0.32")
'com.queue-it.androidsdk:library:aar:2.0.32'
<dependency org="com.queue-it.androidsdk" name="library" rev="2.0.32">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.queue-it.androidsdk', module='library', version='2.0.32')
)
libraryDependencies += "com.queue-it.androidsdk" % "library" % "2.0.32"
[com.queue-it.androidsdk/library "2.0.32"]