License |
License |
---|---|
GroupId | GroupIddev.xethh.utils |
ArtifactId | ArtifactIdBinarySizeUtils |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBinarySizeUtils
BinarySizeUtils contain utility methods for converting binary size unit between byte, kilo byte, mega byte, giga byte, tera byte and peta byte.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
BinarySizeUtils-1.0.0.pom | |
BinarySizeUtils-1.0.0.jar | 3 KB |
BinarySizeUtils-1.0.0-sources.jar | 3 KB |
BinarySizeUtils-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.utils/BinarySizeUtils/ -->
<dependency>
<groupId>dev.xethh.utils</groupId>
<artifactId>BinarySizeUtils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.utils/BinarySizeUtils/
implementation 'dev.xethh.utils:BinarySizeUtils:1.0.0'
// https://jarcasting.com/artifacts/dev.xethh.utils/BinarySizeUtils/
implementation ("dev.xethh.utils:BinarySizeUtils:1.0.0")
'dev.xethh.utils:BinarySizeUtils:jar:1.0.0'
<dependency org="dev.xethh.utils" name="BinarySizeUtils" rev="1.0.0">
<artifact name="BinarySizeUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.utils', module='BinarySizeUtils', version='1.0.0')
)
libraryDependencies += "dev.xethh.utils" % "BinarySizeUtils" % "1.0.0"
[dev.xethh.utils/BinarySizeUtils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
me.xethh.utils : DateUtils | jar | 6.0.0.RC9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |