не последняя версия
Последняя версия 4.10

com.imsweb:layout 1.12

Framework that allows defining file formats (layouts) and use them to read and write data files.

Группа

Группа

com.imsweb
Идентификатор

Идентификатор

layout
Версия

Версия

1.12
Тип

Тип

jar

Скачать layout 1.12


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