com.opentable.components:otj-scopes

This is the Base POM for open source OpenTable Maven projects.

Группа

Группа

com.opentable.components
Идентификатор

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

otj-scopes
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

This is the Base POM for open source OpenTable Maven projects.
Система контроля версий

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

http://github.com/opentable/otj-scopes

Скачать otj-scopes

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava jar 18.0
javax.servlet : javax.servlet-api jar 3.1.0
com.google.code.findbugs : annotations jar 3.0.0
com.google.inject : guice jar 4.0
com.google.inject.extensions : guice-servlet jar 4.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.12
org.easymock : easymock jar 3.1

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

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

OpenTable Scopes Component

Build Status

Component Charter

  • Provides ThreadDelegated Spring scopes.

Component Level

Foundation component


ThreadDelegate scope

Similar to the 'request' scope, except that it can be passed onto another thread and is not tied to the (non-threadsafe) HttpRequest object.

Activated with ThreadDelegatedScopeConfiguration.


Copyright (C) 2016 OpenTable, Inc.

com.opentable.components

OpenTable

Restaurant Reservations

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

Версия
1.1.1
1.1.0