is not current version
Last Version 0.8.0

com.joaquimverges.helium:helium-core 0.2.1

Lightweight MVP Framework for Android

GroupId

GroupId

com.joaquimverges.helium
ArtifactId

ArtifactId

helium-core
Version

Version

0.2.1
Type

Type

aar

Download helium-core 0.2.1


<!-- https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/ -->
<dependency>
    <groupId>com.joaquimverges.helium</groupId>
    <artifactId>helium-core</artifactId>
    <version>0.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation 'com.joaquimverges.helium:helium-core:0.2.1'
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation ("com.joaquimverges.helium:helium-core:0.2.1")
'com.joaquimverges.helium:helium-core:aar:0.2.1'
<dependency org="com.joaquimverges.helium" name="helium-core" rev="0.2.1">
  <artifact name="helium-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.joaquimverges.helium', module='helium-core', version='0.2.1')
)
libraryDependencies += "com.joaquimverges.helium" % "helium-core" % "0.2.1"
[com.joaquimverges.helium/helium-core "0.2.1"]