anorm


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

anorm_2.10
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

anorm
anorm
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_2.10

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
com.typesafe.play : anorm-tokenizer_2.10 jar 2.5.0
com.jsuereth : scala-arm_2.10 jar 1.4
joda-time : joda-time jar 2.6
org.joda : joda-convert jar 1.7
org.scalamacros : quasiquotes_2.10 jar 2.1.0-M5

test (6)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.182
org.eu.acolyte : jdbc-scala_2.10 jar 1.0.33-j7p
com.chuusai : shapeless_2.10.4 jar 2.0.0
org.specs2 : specs2-core_2.10 jar 2.4.9
org.specs2 : specs2-junit_2.10 jar 2.4.9
com.typesafe.play : play-iteratees_2.10 jar 2.4.0

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-M2
2.4.0-M1
2.3.10
2.3.9