License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.lucubrators |
ArtifactId | ArtifactIdhoneycomb-core |
Last Version | Last Version0.51 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHoneycomb 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.
|
Project Organization |
Project Organizationlucubrators |
Filename | Size |
---|---|
honeycomb-core-0.51.pom | |
honeycomb-core-0.51.jar | 42 KB |
honeycomb-core-0.51-sources.jar | 62 KB |
honeycomb-core-0.51-javadoc.jar | 314 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb-core/ -->
<dependency>
<groupId>net.lucubrators</groupId>
<artifactId>honeycomb-core</artifactId>
<version>0.51</version>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-core/
implementation 'net.lucubrators:honeycomb-core:0.51'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb-core/
implementation ("net.lucubrators:honeycomb-core:0.51")
'net.lucubrators:honeycomb-core:jar:0.51'
<dependency org="net.lucubrators" name="honeycomb-core" rev="0.51">
<artifact name="honeycomb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb-core', version='0.51')
)
libraryDependencies += "net.lucubrators" % "honeycomb-core" % "0.51"
[net.lucubrators/honeycomb-core "0.51"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.8.1 |