| License | License | 
|---|---|
| GroupId | GroupIdro.fortsoft | 
| ArtifactId | ArtifactIdhedgehog | 
| Last Version | Last Version0.0.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionhedgehog Hedgehog is a Spring, Guice and CDI bean injector in non-managed beans. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| hedgehog-0.0.3.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ro.fortsoft/hedgehog/ -->
<dependency>
    <groupId>ro.fortsoft</groupId>
    <artifactId>hedgehog</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/ro.fortsoft/hedgehog/
implementation 'ro.fortsoft:hedgehog:0.0.3'// https://jarcasting.com/artifacts/ro.fortsoft/hedgehog/
implementation ("ro.fortsoft:hedgehog:0.0.3")'ro.fortsoft:hedgehog:pom:0.0.3'<dependency org="ro.fortsoft" name="hedgehog" rev="0.0.3">
  <artifact name="hedgehog" type="pom" />
</dependency>@Grapes(
@Grab(group='ro.fortsoft', module='hedgehog', version='0.0.3')
)libraryDependencies += "ro.fortsoft" % "hedgehog" % "0.0.3"[ro.fortsoft/hedgehog "0.0.3"]