| GroupId | GroupIddev.helk |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.1.0.pom | |
| core-0.1.0.jar | 26 KB |
| core-0.1.0-sources.jar | 6 KB |
| core-0.1.0-javadoc.jar | 316 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.helk/core/ -->
<dependency>
<groupId>dev.helk</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.helk/core/
implementation 'dev.helk:core:0.1.0'
// https://jarcasting.com/artifacts/dev.helk/core/
implementation ("dev.helk:core:0.1.0")
'dev.helk:core:jar:0.1.0'
<dependency org="dev.helk" name="core" rev="0.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.helk', module='core', version='0.1.0')
)
libraryDependencies += "dev.helk" % "core" % "0.1.0"
[dev.helk/core "0.1.0"]