MVN

net.lucubrators : honeycomb

Maven & Gradle

Feb 24, 2011

Honeycomb · Honeycomb 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.

<dependency>
    <groupId>net.lucubrators</groupId>
    <artifactId>honeycomb</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lucubrators : honeycomb to add to Maven - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of net.lucubrators : honeycomb to add to Maven - All Versions:

Version Vulnerabilities Updated
0.51
honeycomb-0.51
0.5.x
honeycomb-0.5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.lucubrators</groupId>
    <artifactId>honeycomb</artifactId>
    <version>0.5.2</version>
</dependency>