License |
License |
---|---|
GroupId | GroupIdcom.joaquimverges.helium |
ArtifactId | ArtifactIdhelium-core |
Version | Version0.7.0 |
Type | Typepom |
Description |
DescriptionHelium Core
Lightweight Framework for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
helium-core-0.7.0.pom | |
helium-core-0.7.0-sources.jar | 261 bytes |
helium-core-0.7.0-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/ -->
<dependency>
<groupId>com.joaquimverges.helium</groupId>
<artifactId>helium-core</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation 'com.joaquimverges.helium:helium-core:0.7.0'
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation ("com.joaquimverges.helium:helium-core:0.7.0")
'com.joaquimverges.helium:helium-core:pom:0.7.0'
<dependency org="com.joaquimverges.helium" name="helium-core" rev="0.7.0">
<artifact name="helium-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.joaquimverges.helium', module='helium-core', version='0.7.0')
)
libraryDependencies += "com.joaquimverges.helium" % "helium-core" % "0.7.0"
[com.joaquimverges.helium/helium-core "0.7.0"]