f

ft4j

Library that converts Java objects into strings by byte length
https://github.com/ghkvud2/ft4j
The MIT License
Lee Hwa Pyoung
Files download
File Operation
ft4j-1.5.jar download
ft4j-1.5.pom download
ft4j-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ghkvud2</groupId>
  <artifactId>ft4j</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.ghkvud2:ft4j:1.5'
Gradle Kotlin
implementation("io.github.ghkvud2:ft4j:1.5")
Scala SBT
libraryDependencies += "io.github.ghkvud2" % "ft4j" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ghkvud2', module='ft4j', version='1.5')
)
Apache Ivy
<dependency org="io.github.ghkvud2" name="ft4j" rev="1.5" />
Leiningen
[io.github.ghkvud2/ft4j "1.5"]
Apache Buildr
'io.github.ghkvud2:ft4j:jar:1.5'