scalarx


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.lihaoyi
ArtifactId

ArtifactId

scalarx_2.10
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

scalarx
scalarx
Project URL

Project URL

https://github.com/lihaoyi/scalatags
Project Organization

Project Organization

com.lihaoyi

Download scalarx_2.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6
org.scalamacros : quasiquotes_2.10 jar 2.0.0

provided (4)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.10.6
org.scala-lang : scala-reflect jar 2.10.6
com.lihaoyi : acyclic_2.10 jar 0.1.5
com.typesafe.akka : akka-actor_2.10 jar 2.3.15

test (1)

Group / Artifact Type Version
com.lihaoyi : utest_2.10 jar 0.4.4

Project Modules

There are no modules declared in this project.

Scalatags Join the chat at https://gitter.im/lihaoyi/scalatags Build Status

Documentation

If you use Scalatags and like it, you will probably enjoy the following book by the Author:

Hands-on Scala has uses Scalatags extensively throughout the book, using the library to build static websites in Chapter 9: Self-Contained Scala Scripts and dynamic web servers in Chapter 14: Simple Web and API Servers. Hands-on Scala is a great way to level up your skills in Scala in general and Scalatags in particular.

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.7-RC1