License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.megafonweblab.histone |
ArtifactId | ArtifactIdhistone-java |
Last Version | Last Version1.2.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHistone - Java Implementation
Java implementation for Histone Template Engine
|
Filename | Size |
---|---|
histone-java-1.2.14.pom | |
histone-java-1.2.14.jar | 236 KB |
histone-java-1.2.14-sources.jar | 193 KB |
histone-java-1.2.14-javadoc.jar | 845 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-java/ -->
<dependency>
<groupId>com.github.megafonweblab.histone</groupId>
<artifactId>histone-java</artifactId>
<version>1.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-java/
implementation 'com.github.megafonweblab.histone:histone-java:1.2.14'
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-java/
implementation ("com.github.megafonweblab.histone:histone-java:1.2.14")
'com.github.megafonweblab.histone:histone-java:jar:1.2.14'
<dependency org="com.github.megafonweblab.histone" name="histone-java" rev="1.2.14">
<artifact name="histone-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megafonweblab.histone', module='histone-java', version='1.2.14')
)
libraryDependencies += "com.github.megafonweblab.histone" % "histone-java" % "1.2.14"
[com.github.megafonweblab.histone/histone-java "1.2.14"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.4.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
org.apache.httpcomponents : httpclient | jar | 4.3.6 |
commons-io : commons-io | jar | 2.4 |
commons-lang : commons-lang | jar | 2.6 |
commons-collections : commons-collections | jar | 3.2.1 |
org.slf4j : slf4j-api | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : log4j-over-slf4j | jar | 1.7.10 |
org.slf4j : jcl-over-slf4j | jar | 1.7.10 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
javax.servlet : javax.servlet-api | jar | 3.1-b02 |
org.eclipse.jetty.aggregate : jetty-server | jar | 8.1.8.v20121106 |
org.reflections : reflections | jar | 0.9.8 |
org.springframework : spring-context | jar | 4.1.4.RELEASE |