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