GroupId | GroupIdcom.helpscout |
---|---|
ArtifactId | ArtifactIdbeacon |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
beacon-3.0.0.pom | |
beacon-3.0.0-javadoc.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helpscout/beacon/ -->
<dependency>
<groupId>com.helpscout</groupId>
<artifactId>beacon</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.helpscout/beacon/
implementation 'com.helpscout:beacon:3.0.0'
// https://jarcasting.com/artifacts/com.helpscout/beacon/
implementation ("com.helpscout:beacon:3.0.0")
'com.helpscout:beacon:aar:3.0.0'
<dependency org="com.helpscout" name="beacon" rev="3.0.0">
<artifact name="beacon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.helpscout', module='beacon', version='3.0.0')
)
libraryDependencies += "com.helpscout" % "beacon" % "3.0.0"
[com.helpscout/beacon "3.0.0"]