Histone Static Renderer - Java Implementation

Histone static web site generator

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.megafonweblab.histone
ArtifactId

ArtifactId

histone-static-render-java
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Histone Static Renderer - Java Implementation
Histone static web site generator

Download histone-static-render-java

How to add to project

<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.1