net.lucubrators:honeycomb-example

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-example
Последняя версия

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

0.51
Дата

Дата

Тип

Тип

war
Описание

Описание

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-example

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

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

Зависимости

compile (3)

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

provided (3)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
javax.servlet.jsp : jsp-api jar 2.1
javax.servlet : jstl jar 1.2

test (2)

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

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

Данный проект не имеет модулей.

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

Версия
0.51
0.5.2