scalasti.
A Scala-friendly wrapper for Terence Parr's StringTemplate library.
Here is the list of declaration for scalasti_2.9.1. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.clapper</groupId> <artifactId>scalasti_2.9.1</artifactId> <version>0.5.8</version> </dependency>
If you think this Maven repository POM file listing for scalasti_2.9.1 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://software.clapper.org/scalasti/license.html.
The scalasti_2.9.1-0.5.8 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scalatest_2.9.1 1.7.1 ScalaTest is a free, open-source testing toolkit for Scala and Java programmers. | 25 |
Parser | stringtemplate 3.2.1 StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developin... | 27 |
The following packages are defined in the scalasti_2.9.1-0.5.8.jar
org.clapper.scalasti org.clapper.scalasti.adapter
Here is the content of the POM file.
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.clapper</groupId> <artifactId>scalasti_2.9.1</artifactId> <packaging>jar</packaging> <description>A Scala-friendly wrapper for Terence Parr's StringTemplate library</description> <url>http://software.clapper.org/scalasti/</url> <version>0.5.8</version> <licenses> <license> <name>BSD</name> <url>http://software.clapper.org/scalasti/license.html</url> <distribution>repo</distribution> </license> </licenses> <name>scalasti</name> <organization> <name>org.clapper</name> <url>http://software.clapper.org/scalasti/</url> </organization> <scm> <url>git@github.com:bmc/scalasti.git/</url> <connection>scm:git:git@github.com:bmc/scalasti.git</connection> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.9.1</artifactId> <version>1.7.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.clapper</groupId> <artifactId>grizzled-scala_2.9.1</artifactId> <version>1.0.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.clapper</groupId> <artifactId>classutil_2.9.1</artifactId> <version>0.4.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.2.1</version> <scope>compile</scope> </dependency> </dependencies> </project>