muxy

file multiplexing library

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

muxy
file multiplexing library
Ссылка на сайт

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

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

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

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

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

https://github.com/addthis/muxy

Скачать muxy

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.addthis.basis : basis-core jar 4.3.1
com.google.guava : guava jar 24.1-jre
com.yammer.metrics : metrics-core jar 2.2.0
io.netty : netty-buffer jar 4.0.23.Final
org.slf4j : slf4j-api jar 1.7.25

test (2)

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

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

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

muxy

Multiplexing files for filesystems inside your files

muxy is a java library for multiplexing many files inside a directory with a smaller number of actual files. This is useful if your file system does not like 10s of thousands of files inside a single directory, or to make things easier on other programs (such as rsync).

Building

muxy uses Apache Maven which it is beyond the scope to detail. The super simple quick start is:

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>muxy</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

muxy is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

com.addthis

AddThis

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

Версия
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.12
2.0.10
2.0.9
2.0.8
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0