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

com.github.parmag:fixefid 1.0.0

Fixefid is a Java library for working with flat fixed formatted text files.

Группа

Группа

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

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

fixefid
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать fixefid 1.0.0


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