| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.thelastcheck.commons |
| Идентификатор | Идентификаторtlc-commons-buffer |
| Последняя версия | Последняя версия2.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.7 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |