is not current version
Last Version 0.51

net.lucubrators:honeycomb 0.5.2

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.

Categories

Categories

Net
GroupId

GroupId

net.lucubrators
ArtifactId

ArtifactId

honeycomb
Version

Version

0.5.2
Type

Type

pom

Download honeycomb 0.5.2

Filename Size
honeycomb-0.5.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb/ -->
<dependency>
    <groupId>net.lucubrators</groupId>
    <artifactId>honeycomb</artifactId>
    <version>0.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation 'net.lucubrators:honeycomb:0.5.2'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation ("net.lucubrators:honeycomb:0.5.2")
'net.lucubrators:honeycomb:pom:0.5.2'
<dependency org="net.lucubrators" name="honeycomb" rev="0.5.2">
  <artifact name="honeycomb" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb', version='0.5.2')
)
libraryDependencies += "net.lucubrators" % "honeycomb" % "0.5.2"
[net.lucubrators/honeycomb "0.5.2"]