GroupId | GroupIdcom.chartboost |
---|---|
ArtifactId | ArtifactIdhelium |
Version | Version2.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
helium-2.0.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.chartboost/helium/ -->
<dependency>
<groupId>com.chartboost</groupId>
<artifactId>helium</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chartboost/helium/
implementation 'com.chartboost:helium:2.0.4'
// https://jarcasting.com/artifacts/com.chartboost/helium/
implementation ("com.chartboost:helium:2.0.4")
'com.chartboost:helium:aar:2.0.4'
<dependency org="com.chartboost" name="helium" rev="2.0.4">
<artifact name="helium" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chartboost', module='helium', version='2.0.4')
)
libraryDependencies += "com.chartboost" % "helium" % "2.0.4"
[com.chartboost/helium "2.0.4"]