License |
License |
---|---|
GroupId | GroupIdorg.codeswarm |
ArtifactId | ArtifactIdbytesize |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionbytesize
A simple Java utility for formatting and parsing data sizes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bytesize-1.0.pom | |
bytesize-1.0.jar | 23 KB |
bytesize-1.0-sources.jar | 11 KB |
bytesize-1.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codeswarm/bytesize/ -->
<dependency>
<groupId>org.codeswarm</groupId>
<artifactId>bytesize</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codeswarm/bytesize/
implementation 'org.codeswarm:bytesize:1.0'
// https://jarcasting.com/artifacts/org.codeswarm/bytesize/
implementation ("org.codeswarm:bytesize:1.0")
'org.codeswarm:bytesize:jar:1.0'
<dependency org="org.codeswarm" name="bytesize" rev="1.0">
<artifact name="bytesize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codeswarm', module='bytesize', version='1.0')
)
libraryDependencies += "org.codeswarm" % "bytesize" % "1.0"
[org.codeswarm/bytesize "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.2.1 |