GroupId | GroupIdio.helixservice |
---|---|
ArtifactId | ArtifactIdhelix-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
helix-core-1.0.1.pom | |
helix-core-1.0.1.jar | 23 KB |
helix-core-1.0.1-sources.jar | 16 KB |
helix-core-1.0.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-core/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-core/
implementation 'io.helixservice:helix-core:1.0.1'
// https://jarcasting.com/artifacts/io.helixservice/helix-core/
implementation ("io.helixservice:helix-core:1.0.1")
'io.helixservice:helix-core:jar:1.0.1'
<dependency org="io.helixservice" name="helix-core" rev="1.0.1">
<artifact name="helix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-core', version='1.0.1')
)
libraryDependencies += "io.helixservice" % "helix-core" % "1.0.1"
[io.helixservice/helix-core "1.0.1"]