Sitebricks :: Parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.google.sitebricks
ArtifactId

ArtifactId

sitebricks-parent
Last Version

Last Version

0.8.11
Release Date

Release Date

Type

Type

pom
Description

Description

Sitebricks :: Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/dhanji/sitebricks
Source Code Management

Source Code Management

https://github.com/dhanji/sitebricks

Download sitebricks-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sitebricks
  • sitebricks-annotations
  • sitebricks-converter
  • sitebricks-client
  • sitebricks-extensions
  • sitebricks-acceptance-tests
  • sitebricks-test-support
  • sitebricks-mail
  • sitebricks-options
  • sitebricks-channel
  • stat
  • slf4j
  • sitebricks-persist
  • sitebricks-persist-disk
  • sitebricks-persist-redis
  • sitebricks-persist-sql

Sitebricks

Sitebricks is a simple set of libraries for web applications. Sitebricks focuses on early error detection, low-footprint code, and fast development. Powered by Guice, it also balances idiomatic Java with an emphasis on concise code.

Early error detection

This following misspelling results in a template compile error:

<body>
     ${person.naem}
All such errors are picked up early and reported at once in a format similar to javac.

1) unknown or unresolvable property: naem

 15:      <body>
 16:          ${person.naem}</li>
                          ^

Total errors: 1

Next steps


We would love your contributions and help in developing Sitebricks at this early stage. If you'd like to contribute or have any questions, please join the mailing list.

Or send us a note on twitter @dhanji =)

Versions

Version
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.7.1