anorm-tokenizer


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

anorm-tokenizer_2.10
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

anorm-tokenizer
anorm-tokenizer
Project URL

Project URL

https://github.com/playframework/anorm
Project Organization

Project Organization

com.typesafe.play
Source Code Management

Source Code Management

https://github.com/playframework/anorm

Download anorm-tokenizer_2.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
org.scala-lang : scala-reflect jar 2.10.5

Project Modules

There are no modules declared in this project.

Anorm

Anorm is a simple data access layer that uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets.

Usage

In a projects built with SBT, dependency to Anorm can be added as following:

libraryDependencies ++= Seq(
  "org.playframework.anorm" %% "anorm" % ReplaceByAnormVersion)

Build manually

Anorm can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Travis build status

Documentation

To run the documentation server, run:

sbt docs/run

To test the documentation code samples, run:

sbt docs/test

Support

The Anorm library is Community Driven.

com.typesafe.play

Play Framework

Versions

Version
2.5.0
2.4.0
2.4.0-RC3
2.4.0-RC2
2.4.0-RC1
2.4.0-M3
2.4.0-M1