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