Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdro.fortsoft |
ArtifactId | ArtifactIdhedgehog-guice |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hedgehog-guice-0.0.2.pom | |
hedgehog-guice-0.0.2.jar | 3 KB |
hedgehog-guice-0.0.2-sources.jar | 3 KB |
hedgehog-guice-0.0.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.fortsoft/hedgehog-guice/ -->
<dependency>
<groupId>ro.fortsoft</groupId>
<artifactId>hedgehog-guice</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ro.fortsoft/hedgehog-guice/
implementation 'ro.fortsoft:hedgehog-guice:0.0.2'
// https://jarcasting.com/artifacts/ro.fortsoft/hedgehog-guice/
implementation ("ro.fortsoft:hedgehog-guice:0.0.2")
'ro.fortsoft:hedgehog-guice:jar:0.0.2'
<dependency org="ro.fortsoft" name="hedgehog-guice" rev="0.0.2">
<artifact name="hedgehog-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.fortsoft', module='hedgehog-guice', version='0.0.2')
)
libraryDependencies += "ro.fortsoft" % "hedgehog-guice" % "0.0.2"
[ro.fortsoft/hedgehog-guice "0.0.2"]