Files download
File Operation
bytesconvert-1.0.0.jar download
bytesconvert-1.0.0.pom download
bytesconvert-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.springbootio</groupId>
  <artifactId>bytesconvert</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.springbootio:bytesconvert:1.0.0'
Gradle Kotlin
implementation("io.github.springbootio:bytesconvert:1.0.0")
Scala SBT
libraryDependencies += "io.github.springbootio" % "bytesconvert" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.springbootio', module='bytesconvert', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.springbootio" name="bytesconvert" rev="1.0.0" />
Leiningen
[io.github.springbootio/bytesconvert "1.0.0"]
Apache Buildr
'io.github.springbootio:bytesconvert:jar:1.0.0'
Dependencies
The project has no third-party dependencies