License |
License |
---|---|
Categories |
CategoriesNet hate Data Data Formats Hypermedia Types |
GroupId | GroupIdnet.desertconsulting |
ArtifactId | ArtifactIdmochatemplate |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMochaTemplate
A template library inspired by Adobe Sightly (https://docs.adobe.com/ddc/en/gems/introduction-to-sightly.html), using Javascript for the scripting.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mochatemplate-0.0.7.pom | |
mochatemplate-0.0.7.jar | 47 KB |
mochatemplate-0.0.7-sources.jar | 33 KB |
mochatemplate-0.0.7-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.desertconsulting/mochatemplate/ -->
<dependency>
<groupId>net.desertconsulting</groupId>
<artifactId>mochatemplate</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.desertconsulting/mochatemplate/
implementation 'net.desertconsulting:mochatemplate:0.0.7'
// https://jarcasting.com/artifacts/net.desertconsulting/mochatemplate/
implementation ("net.desertconsulting:mochatemplate:0.0.7")
'net.desertconsulting:mochatemplate:jar:0.0.7'
<dependency org="net.desertconsulting" name="mochatemplate" rev="0.0.7">
<artifact name="mochatemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.desertconsulting', module='mochatemplate', version='0.0.7')
)
libraryDependencies += "net.desertconsulting" % "mochatemplate" % "0.0.7"
[net.desertconsulting/mochatemplate "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.9.2 |
org.reflections : reflections | jar | 0.9.10 |
org.mortbay.jetty : servlet-api | jar | 2.5-20081211 |
com.fasterxml.jackson.core : jackson-core | jar | 2.8.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
org.jmockit : jmockit | jar | 1.28 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.jacoco : jacoco-maven-plugin | jar | 0.7.7.201606060606 |