GroupId | GroupIdcom.joaquimverges.helium |
---|---|
ArtifactId | ArtifactIdhelium-core |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
helium-core-0.2.0.pom | |
helium-core-0.2.0.aar | 13 KB |
helium-core-0.2.0-sources.jar | 6 KB |
helium-core-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/ -->
<dependency>
<groupId>com.joaquimverges.helium</groupId>
<artifactId>helium-core</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation 'com.joaquimverges.helium:helium-core:0.2.0'
// https://jarcasting.com/artifacts/com.joaquimverges.helium/helium-core/
implementation ("com.joaquimverges.helium:helium-core:0.2.0")
'com.joaquimverges.helium:helium-core:aar:0.2.0'
<dependency org="com.joaquimverges.helium" name="helium-core" rev="0.2.0">
<artifact name="helium-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.joaquimverges.helium', module='helium-core', version='0.2.0')
)
libraryDependencies += "com.joaquimverges.helium" % "helium-core" % "0.2.0"
[com.joaquimverges.helium/helium-core "0.2.0"]