| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.engio |
| Идентификатор | Идентификаторpips |
| Последняя версия | Последняя версия1.0.0.RC1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdata pipelines
Pips offers stream like data producers and consumer for data points. Considering the numerous great stream based libraries it is quite superfluous but still used in some of my projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| pips-1.0.0.RC1.pom | |
| pips-1.0.0.RC1.jar | 29 KB |
| pips-1.0.0.RC1-sources.jar | 18 KB |
| pips-1.0.0.RC1-javadoc.jar | 168 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.engio/pips/ -->
<dependency>
<groupId>net.engio</groupId>
<artifactId>pips</artifactId>
<version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.engio/pips/
implementation 'net.engio:pips:1.0.0.RC1'
// https://jarcasting.com/artifacts/net.engio/pips/
implementation ("net.engio:pips:1.0.0.RC1")
'net.engio:pips:jar:1.0.0.RC1'
<dependency org="net.engio" name="pips" rev="1.0.0.RC1">
<artifact name="pips" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.engio', module='pips', version='1.0.0.RC1')
)
libraryDependencies += "net.engio" % "pips" % "1.0.0.RC1"
[net.engio/pips "1.0.0.RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jfree : jfreechart | jar | 1.0.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |