is not current version
Last Version 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

GroupId

GroupId

org.froporec
ArtifactId

ArtifactId

froporec
Version

Version

1.0
Type

Type

jar

Download 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"]