Circumflex

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

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

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

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

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

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

3.0-RC1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Circumflex
Circumflex is a set of software components for quick and robust application development using Scala programming language.
Ссылка на сайт

Ссылка на сайт

http://circumflex.ru
Система контроля версий

Система контроля версий

http://github.com/inca/circumflex

Скачать circumflex-parent

Имя Файла Размер
circumflex-parent-3.0-RC1.pom 9 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/pro.savant.circumflex/circumflex-parent/ -->
<dependency>
    <groupId>pro.savant.circumflex</groupId>
    <artifactId>circumflex-parent</artifactId>
    <version>3.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pro.savant.circumflex/circumflex-parent/
implementation 'pro.savant.circumflex:circumflex-parent:3.0-RC1'
// https://jarcasting.com/artifacts/pro.savant.circumflex/circumflex-parent/
implementation ("pro.savant.circumflex:circumflex-parent:3.0-RC1")
'pro.savant.circumflex:circumflex-parent:pom:3.0-RC1'
<dependency org="pro.savant.circumflex" name="circumflex-parent" rev="3.0-RC1">
  <artifact name="circumflex-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pro.savant.circumflex', module='circumflex-parent', version='3.0-RC1')
)
libraryDependencies += "pro.savant.circumflex" % "circumflex-parent" % "3.0-RC1"
[pro.savant.circumflex/circumflex-parent "3.0-RC1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.10.0
org.scala-lang : scala-compiler jar 2.10.0
org.slf4j : slf4j-api jar 1.6.1
org.scalatest : scalatest_2.10.0 jar 1.8

test (4)

Идентификатор библиотеки Тип Версия
org.scala-lang : jline jar 2.10.0
junit : junit jar 4.11
ch.qos.logback : logback-classic jar 0.9.26
ch.qos.logback : logback-core jar 0.9.26

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

  • core
  • diff
  • cache
  • xml
  • web
  • security
  • markeven
  • ftl
  • mail
  • docco
  • orm
  • scalaconsole
  • maven-plugin
  • archetype

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.

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

Версия
3.0-RC1