t

tlc-commons-buffer

The buffer management utilities used for managing streams of bytes that need to be treated as structured data. These are typically used to map structured records in files to and from systems that use these files types, i.e. IBM mainframe systems.
https://bitbucket.org/thelastcheck/tlc.open.java/wiki/Home
The Apache Software License, Version 2.0
The Last Check, LLC
Files download
File Operation
tlc-commons-buffer-2.2.0.jar download
tlc-commons-buffer-2.2.0.pom download
tlc-commons-buffer-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thelastcheck.commons</groupId>
  <artifactId>tlc-commons-buffer</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck.commons:tlc-commons-buffer:2.2.0'
Gradle Kotlin
implementation("com.thelastcheck.commons:tlc-commons-buffer:2.2.0")
Scala SBT
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-buffer" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck.commons', module='tlc-commons-buffer', version='2.2.0')
)
Apache Ivy
<dependency org="com.thelastcheck.commons" name="tlc-commons-buffer" rev="2.2.0" />
Leiningen
[com.thelastcheck.commons/tlc-commons-buffer "2.2.0"]
Apache Buildr
'com.thelastcheck.commons:tlc-commons-buffer:jar:2.2.0'