Circumflex ORM I18N Framework

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

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

ru.circumflex
Идентификатор

Идентификатор

circumflex-orm-i18n
Последняя версия

Последняя версия

0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать circumflex-orm-i18n

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5
org.scala-tools.testing : specs jar 1.6.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.3
0.2.1
0.2