(Comcast) pantry

Pantry is a collection of helpful java utilities for use in multi-threaded applications

Лицензия

Лицензия

Категории

Категории

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

Группа

com.comcast.pantry
Идентификатор

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

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

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

2.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

(Comcast) pantry
Pantry is a collection of helpful java utilities for use in multi-threaded applications
Ссылка на сайт

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

https://github.com/Comcast/pantry
Организация-разработчик

Организация-разработчик

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

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

https://github.com/comcast/pantry

Скачать pantry

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-compress jar 1.9
org.springframework : spring-beans jar 4.1.6.RELEASE
log4j : log4j jar 1.2.17

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8.8
org.easymock : easymock jar 3.3.1

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

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

Pantry - This project is no longer actively maintained.

Build Status

http://comcast.github.io/pantry/

##Summary Pantry is a collection of helpful java utilities for use in multi-threaded applications. They are loosely organized by package. You can find a general description of what each package does in the Packages section of this document. For specific details, please see the javadocs

Pantry

Packages

cleanup

This package contains interfaces which should be implemented by components who wish to be cleaned up by processes which do not have specfic shutdown hooks.

io

This package contains useful circular buffer/queue implementations as well as other utilities which are helpful in dealing with i/o.

process

This package contains utilities to assist with forking java processes and logging things appropriately on those forked processes.

run

This package contains utilities to help with running multithreaded processes safely.

test

This package contains utilities which simplify the process of doing data driven unit tests and wiring dependencies into classes under test

##Submitting Issues Please file a github issue for any problems or feature requests (or better yet, submit a pull request!)

com.comcast.pantry
Comcast brings together the best in media and technology to create the world's best entertainment and online experiences

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

Версия
2.0.8