wandledi-scala

Scala API for Wandledi

License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

org.wandledi
ArtifactId

ArtifactId

wandledi-scala_2.9.0
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

wandledi-scala
Scala API for Wandledi
Project Organization

Project Organization

org.wandledi
Source Code Management

Source Code Management

https://github.com/machisuji/Wandledi

Download wandledi-scala_2.9.0

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.wandledi : wandledi jar 0.9.0
org.scala-lang : scala-library jar 2.9.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest jar 1.4.+

Project Modules

There are no modules declared in this project.

Wandledi

Wandledi is an HTML transformation library which provides an alternative to 'traditional' templating in web programming. The core is Java, however, a Scala API is available, too.

Wandledi may be used in web applications through Wandlet, which is a library for using Wandledi in Servlet API based applications.

Repository structure

  • core - The actual Wandledi project (including Wandlet)
  • scala-lib - Wandledi Wrapper for Scala (including scala.Wandlet)

Building Wandledi

Wandledi is built using SBT 0.10.x (Simple Build Tool).

Versions

Version
0.9.0