GroupId | GroupIdio.hektor |
---|---|
ArtifactId | ArtifactIdhektor-core |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hektor-core-0.0.2.pom | |
hektor-core-0.0.2.jar | 61 KB |
hektor-core-0.0.2-sources.jar | 35 KB |
hektor-core-0.0.2-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hektor/hektor-core/ -->
<dependency>
<groupId>io.hektor</groupId>
<artifactId>hektor-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hektor/hektor-core/
implementation 'io.hektor:hektor-core:0.0.2'
// https://jarcasting.com/artifacts/io.hektor/hektor-core/
implementation ("io.hektor:hektor-core:0.0.2")
'io.hektor:hektor-core:jar:0.0.2'
<dependency org="io.hektor" name="hektor-core" rev="0.0.2">
<artifact name="hektor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hektor', module='hektor-core', version='0.0.2')
)
libraryDependencies += "io.hektor" % "hektor-core" % "0.0.2"
[io.hektor/hektor-core "0.0.2"]