| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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-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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.1 |