| GroupId | GroupIdio.hektor |
|---|---|
| ArtifactId | ArtifactIdhektor-parent |
| Version | Version0.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hektor-parent-0.0.3.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hektor/hektor-parent/ -->
<dependency>
<groupId>io.hektor</groupId>
<artifactId>hektor-parent</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hektor/hektor-parent/
implementation 'io.hektor:hektor-parent:0.0.3'
// https://jarcasting.com/artifacts/io.hektor/hektor-parent/
implementation ("io.hektor:hektor-parent:0.0.3")
'io.hektor:hektor-parent:pom:0.0.3'
<dependency org="io.hektor" name="hektor-parent" rev="0.0.3">
<artifact name="hektor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hektor', module='hektor-parent', version='0.0.3')
)
libraryDependencies += "io.hektor" % "hektor-parent" % "0.0.3"
[io.hektor/hektor-parent "0.0.3"]