License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdnet.lucubrators |
ArtifactId | ArtifactIdhoneycomb-guice |
Version | Version0.51 |
Type | Typejar |
Description |
DescriptionHoneycomb is a mvc engine. Its inspired by frameworks like spring mvc or stripes, but is more component oriented. So does every part of your page (called comb) have its own model view and controller. This makes every comb completely standalone and reuseable.
|
Project Organization |
Project Organizationlucubrators |
Filename | Size |
---|---|
honeycomb-guice-0.51.pom | |
honeycomb-guice-0.51.jar | 10 KB |
honeycomb-guice-0.51-sources.jar | 9 KB |
honeycomb-guice-0.51-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/ -->
<dependency>
<groupId>net.lucubrators</groupId>
<artifactId>honeycomb-guice</artifactId>
<version>0.51</version>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/
implementation 'net.lucubrators:honeycomb-guice:0.51'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-guice/
implementation ("net.lucubrators:honeycomb-guice:0.51")
'net.lucubrators:honeycomb-guice:jar:0.51'
<dependency org="net.lucubrators" name="honeycomb-guice" rev="0.51">
<artifact name="honeycomb-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb-guice', version='0.51')
)
libraryDependencies += "net.lucubrators" % "honeycomb-guice" % "0.51"
[net.lucubrators/honeycomb-guice "0.51"]
Group / Artifact | Type | Version |
---|---|---|
net.lucubrators : honeycomb-defaultimpl | jar | 0.51 |
net.lucubrators : honeycomb-core | jar | 0.51 |
net.lucubrators : honeycomb-xml | jar | 0.51 |
com.google.code.guice : guice | jar | 2.0 |
com.google.code.guice » guice-servlet | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.8.1 |