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

org.froporec:froporec 1.0

Froporec is a java library which provides the @GenerateRecord annotation, allowing a developer to generate Java Record classes from existing POJO classes, without having to write the Record classes manually

Группа

Группа

org.froporec
Идентификатор

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

froporec
Версия

Версия

1.0
Тип

Тип

jar

Скачать froporec 1.0


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