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