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