Histone Static Renderer - Java Implementation

Histone static web site generator

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.github.megafonweblab.histone
Идентификатор

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

histone-static-render-java
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Histone Static Renderer - Java Implementation
Histone static web site generator

Скачать histone-static-render-java

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

<!-- https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-static-render-java/ -->
<dependency>
    <groupId>com.github.megafonweblab.histone</groupId>
    <artifactId>histone-static-render-java</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-static-render-java/
implementation 'com.github.megafonweblab.histone:histone-static-render-java:1.0.1'
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-static-render-java/
implementation ("com.github.megafonweblab.histone:histone-static-render-java:1.0.1")
'com.github.megafonweblab.histone:histone-static-render-java:jar:1.0.1'
<dependency org="com.github.megafonweblab.histone" name="histone-static-render-java" rev="1.0.1">
  <artifact name="histone-static-render-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megafonweblab.histone', module='histone-static-render-java', version='1.0.1')
)
libraryDependencies += "com.github.megafonweblab.histone" % "histone-static-render-java" % "1.0.1"
[com.github.megafonweblab.histone/histone-static-render-java "1.0.1"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.github.megafonweblab.histone : histone-java jar 1.2.11
org.yaml : snakeyaml jar 1.14
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : jcl-over-slf4j jar 1.7.10
ch.qos.logback : logback-classic jar 1.1.2

test (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 18.0
junit : junit jar 4.12

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

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

Histone Static Site Renderer (java version)

Histone — powerful and flexible template engine, which can be used for HTML - code generation as well as any other kind of text - documents. Histone implementations exists for the web - browser as well as for the server (Java and PHP), it allows you to use same templates on the server and on the client. Built - in extension mechanism allows you to extend default template engine features, by adding your own methods and properties for the particular project. Templates has clean and simple syntax and can be stored either as source code or as compiled code that can be executed with the maximum performance wherever it's needed.

Histone Template Engine Java Implementation

Project web site Documentation For contributors

Using Histone Static Renderer from Maven

To use histone in your maven project you should add histone repository to your pom.xml or to maven settings.xml file

<repository>
	<id>central</id>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
	<name>release</name>
	<url>http://weblab.megafon.ru/maven/release-weblab</url>
</repository>
<repository>
	<id>snapshots</id>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
	<name>snapshot</name>
	<url>http://weblab.megafon.ru/maven/snapshot-weblab</url>
</repository>

and then add new maven dependency to your pom.xml

<dependency>
    <groupId>ru.histone</groupId>
    <artifactId>histone-static-render</artifactId>
    <version>VERSION</version>
</dependency>
com.github.megafonweblab.histone

Megafon WebLab

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

Версия
1.0.1