Circumflex ORM I18N Framework

Circumflex is a set of software components for quick and robust application development using Scala programming language.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

ru.circumflex
ArtifactId

ArtifactId

circumflex-orm-i18n
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Circumflex ORM I18N Framework
Circumflex is a set of software components for quick and robust application development using Scala programming language.

Download circumflex-orm-i18n

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
ru.circumflex : circumflex-orm jar 0.3
postgresql : postgresql jar 8.3-603.jdbc4
org.scala-lang : scala-library jar 2.7.7.RC2
org.scala-lang : scala-compiler jar 2.7.7.RC2
org.slf4j : slf4j-api jar 1.5.8
org.slf4j : slf4j-log4j12 jar 1.5.8
commons-beanutils : commons-beanutils jar 1.8.0
commons-io : commons-io jar 1.4
org.mortbay.jetty : jetty-servlet-tester jar 6.1.20

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
org.scala-tools.testing : specs jar 1.6.1

Project Modules

There are no modules declared in this project.

Circumflex — lightweight Scala-based Web framework and ORM

1. Prerequisites

  • Java 6 SDK
  • Apache Maven 2.1 or later
  • Git

2. Build from sources

Clone Circumflex repository:

git clone git://github.com/inca/circumflex.git

Build with Maven:

cd circumflex
mvn clean install

Or build a single module:

cd circumflex
mvn clean install -pl <module-name> -am

3. Create new project

Create a new project from Circumflex Archetype:

cd /path/to/my/projects
mvn archetype:generate

and choose circumflex-archetype from list.

4. Build with SBT

An application skeleton for SBT has been kindly provided by andreyshikov, it shows how to configure simple Circumflex application to build with SBT. You can clone it from http://github.com/andreyshikov/circumflex-sbt-quickstart.

Versions

Version
0.3
0.2.1
0.2