Sitebricks :: Channel

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

Группа

Группа

com.google.sitebricks
Идентификатор

Идентификатор

sitebricks-channel
Последняя версия

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

0.8.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать sitebricks-channel

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
com.google.sitebricks : sitebricks jar 0.8.11
org.eclipse.jetty.websocket : websocket-api jar 9.0.0.RC0
org.eclipse.jetty.websocket : websocket-server jar 9.0.0.RC0
org.eclipse.jetty.websocket : websocket-servlet jar 9.0.0.RC0
org.eclipse.jetty : jetty-continuation jar 9.0.0.RC0
com.google.appengine : appengine-api-1.0-sdk jar 1.7.2.1
commons-io : commons-io jar 2.1

provided (1)

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

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 5.8

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

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

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 =)

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

Версия
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7