is not current version
Last Version 2.5.1

com.thelastcheck.commons:tlc-commons-buffer 2.2.0

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.

GroupId

GroupId

com.thelastcheck.commons
ArtifactId

ArtifactId

tlc-commons-buffer
Version

Version

2.2.0
Type

Type

jar

Download tlc-commons-buffer 2.2.0


<!-- https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/ -->
<dependency>
    <groupId>com.thelastcheck.commons</groupId>
    <artifactId>tlc-commons-buffer</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/
implementation 'com.thelastcheck.commons:tlc-commons-buffer:2.2.0'
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/
implementation ("com.thelastcheck.commons:tlc-commons-buffer:2.2.0")
'com.thelastcheck.commons:tlc-commons-buffer:jar:2.2.0'
<dependency org="com.thelastcheck.commons" name="tlc-commons-buffer" rev="2.2.0">
  <artifact name="tlc-commons-buffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thelastcheck.commons', module='tlc-commons-buffer', version='2.2.0')
)
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-buffer" % "2.2.0"
[com.thelastcheck.commons/tlc-commons-buffer "2.2.0"]