Circumflex Cache

Circumflex Simple Caching Framework

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Circumflex Cache
Circumflex Simple Caching Framework

Скачать circumflex-cache

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
ru.circumflex : circumflex-core jar 2.5
net.sf.ehcache : ehcache-core jar 2.6.0
javax.transaction : jta jar 1.1
org.scala-lang : scala-library jar 2.9.2
org.scala-lang : scala-compiler jar 2.9.2
org.slf4j : slf4j-api jar 1.6.1
org.scalatest : scalatest_2.9.2 jar 1.8

test (5)

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

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

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

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.

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

Версия
2.5
2.4
2.3
2.2
2.1