Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 664 Bytes

Manorrock Oyena - Converter - Bytes

This module delivers you with a converter that you can use to convert a number into a string suitable for displaying the number as bytes, KB, MB and TB.

Prerequisites

Your project should already be configured to use Eclipse Mojarra or Apache MyFaces.

Configuration

To use it in your web application you will need to do add the following Maven dependency:

    <dependency>
      <groupId>com.manorrock.oyena.converter.bytes</groupId>
      <artifactId>oyena-converter-bytes</artifactId>
      <version>x.y.z</version>
    </dependency>

Where you need to replace x.y.z with the version you want to use.