Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdnet.lucubrators |
ArtifactId | ArtifactIdhoneycomb-guice |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
honeycomb-guice-0.5.2.pom | |
honeycomb-guice-0.5.2.jar | 10 KB |
honeycomb-guice-0.5.2-sources.jar | 9 KB |
honeycomb-guice-0.5.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/ -->
<dependency>
<groupId>net.lucubrators</groupId>
<artifactId>honeycomb-guice</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/
implementation 'net.lucubrators:honeycomb-guice:0.5.2'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/
implementation ("net.lucubrators:honeycomb-guice:0.5.2")
'net.lucubrators:honeycomb-guice:jar:0.5.2'
<dependency org="net.lucubrators" name="honeycomb-guice" rev="0.5.2">
<artifact name="honeycomb-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb-guice', version='0.5.2')
)
libraryDependencies += "net.lucubrators" % "honeycomb-guice" % "0.5.2"
[net.lucubrators/honeycomb-guice "0.5.2"]