GroupId | GroupIdio.github.helio-ecosystem |
---|---|
ArtifactId | ArtifactIdhelio-core |
Version | Version0.4.8 |
Type | Typejar |
Filename | Size |
---|---|
helio-core-0.4.8.pom | |
helio-core-0.4.8.jar | 6 KB |
helio-core-0.4.8-sources.jar | 8 KB |
helio-core-0.4.8-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.helio-ecosystem/helio-core/ -->
<dependency>
<groupId>io.github.helio-ecosystem</groupId>
<artifactId>helio-core</artifactId>
<version>0.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.helio-ecosystem/helio-core/
implementation 'io.github.helio-ecosystem:helio-core:0.4.8'
// https://jarcasting.com/artifacts/io.github.helio-ecosystem/helio-core/
implementation ("io.github.helio-ecosystem:helio-core:0.4.8")
'io.github.helio-ecosystem:helio-core:jar:0.4.8'
<dependency org="io.github.helio-ecosystem" name="helio-core" rev="0.4.8">
<artifact name="helio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.helio-ecosystem', module='helio-core', version='0.4.8')
)
libraryDependencies += "io.github.helio-ecosystem" % "helio-core" % "0.4.8"
[io.github.helio-ecosystem/helio-core "0.4.8"]