| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.lucubrators |
| Идентификатор | Идентификаторhoneycomb-defaultimpl |
| Последняя версия | Последняя версия0.51 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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-defaultimpl-0.51.pom | |
| honeycomb-defaultimpl-0.51.jar | 46 KB |
| honeycomb-defaultimpl-0.51-sources.jar | 49 KB |
| honeycomb-defaultimpl-0.51-javadoc.jar | 236 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb-defaultimpl/ -->
<dependency>
<groupId>net.lucubrators</groupId>
<artifactId>honeycomb-defaultimpl</artifactId>
<version>0.51</version>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-defaultimpl/
implementation 'net.lucubrators:honeycomb-defaultimpl:0.51'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-defaultimpl/
implementation ("net.lucubrators:honeycomb-defaultimpl:0.51")
'net.lucubrators:honeycomb-defaultimpl:jar:0.51'
<dependency org="net.lucubrators" name="honeycomb-defaultimpl" rev="0.51">
<artifact name="honeycomb-defaultimpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb-defaultimpl', version='0.51')
)
libraryDependencies += "net.lucubrators" % "honeycomb-defaultimpl" % "0.51"
[net.lucubrators/honeycomb-defaultimpl "0.51"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.lucubrators : honeycomb-core | jar | 0.51 |
| net.lucubrators : honeycomb-xml | jar | 0.51 |
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.1 |