License |
License |
---|---|
GroupId | GroupIdcom.thelastcheck.commons |
ArtifactId | ArtifactIdtlc-commons-buffer |
Last Version | Last Version2.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontlc-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tlc-commons-buffer-2.5.1.pom | |
tlc-commons-buffer-2.5.1.jar | 22 KB |
tlc-commons-buffer-2.5.1-sources.jar | 21 KB |
tlc-commons-buffer-2.5.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/ -->
<dependency>
<groupId>com.thelastcheck.commons</groupId>
<artifactId>tlc-commons-buffer</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/
implementation 'com.thelastcheck.commons:tlc-commons-buffer:2.5.1'
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-buffer/
implementation ("com.thelastcheck.commons:tlc-commons-buffer:2.5.1")
'com.thelastcheck.commons:tlc-commons-buffer:jar:2.5.1'
<dependency org="com.thelastcheck.commons" name="tlc-commons-buffer" rev="2.5.1">
<artifact name="tlc-commons-buffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thelastcheck.commons', module='tlc-commons-buffer', version='2.5.1')
)
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-buffer" % "2.5.1"
[com.thelastcheck.commons/tlc-commons-buffer "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |