muxy

file multiplexing library

License

License

GroupId

GroupId

com.addthis
ArtifactId

ArtifactId

muxy
Last Version

Last Version

2.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

muxy
file multiplexing library
Project URL

Project URL

https://github.com/addthis/muxy
Project Organization

Project Organization

AddThis
Source Code Management

Source Code Management

https://github.com/addthis/muxy

Download muxy

How to add to project

<!-- 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"]

Dependencies

compile (5)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
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