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