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.

Лицензия

Лицензия

MIT
Категории

Категории

Сеть
Группа

Группа

net.lucubrators
Идентификатор

Идентификатор

honeycomb
Последняя версия

Последняя версия

0.51
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

lucubrators

Скачать honeycomb

Имя Файла Размер
honeycomb-0.51.pom 5 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.1

Модули Проекта

  • honeycomb-core
  • honeycomb-xml
  • honeycomb-defaultimpl
  • honeycomb-guice
  • honeycomb-example

Версии библиотеки

Версия
0.51
0.5.2