MediaMiser RESTful Pull API Models

Domain model objects and adapters for MediaMiser's RESTful APIs that provide pull-based streaming data.

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

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

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

pull-model
Последняя версия

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

MediaMiser RESTful Pull API Models
Domain model objects and adapters for MediaMiser's RESTful APIs that provide pull-based streaming data.
Организация-разработчик

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

MediaMiser Ltd

Скачать pull-model

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.glassfish.jersey.core : jersey-client jar 2.6
cz.jirutka.validator : validator-collection jar 2.1.3
com.wordnik : swagger-annotations jar 1.3.5
javax.validation : validation-api jar 1.1.0.Final
com.google.guava : guava jar 14.0.1
org.apache.commons : commons-lang3 jar 3.1
org.slf4j : slf4j-api jar 1.7.7

test (6)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.7
log4j : log4j jar 1.2.17
junit : junit jar 4.12
javax.el : javax.el-api jar 2.2.4
com.mediamiser : avogadro jar 1.0.3
io.takari.junit : takari-cpsuite jar 1.2.7

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

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

MediaMiser's pull model

Build Status Coverage Status

MediaMiser's pull models are Jersey 2.x domain objects and type adapters used to serialize/deserialize messages to/from MediaMiser's RESTful Pull APIs. This library is used in the pull model.

See the library's API documentation for examples on how to use each utility.

Usage

You can include this project in your own by adding the following dependency to your project's pom.xml file:

<dependency>
  <groupId>com.mediamiser</groupId>
  <artifactId>pull-model</artifactId>
  <version>0.0.0</version>
</dependency>

Development

To build this project, your development environment must have installed:

To test locally, check out the repository and use Maven to compile and run the tests:

user@localhost$ git clone https://github.com/MediaMiser/pull-model.git
user@localhost$ cd pull-model
user@localhost$ mvn clean test

Licensing

The MediaMiser Pull Model is licensed under the BSD 3-Clause license.

Authors and Contributors

This project was authored by @samer-albuhaisi and @cfournie at MediaMiser.

com.mediamiser

MediaMiser

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

Версия
0.0.1
0.0.0