First download eclipseLink zip file https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/3.0.2/eclipselink-3.0.2.v202107120736-2a0820a817.zip
Unzip file downloaded in folder eclipse for example.
From Eclipse -> Windows -> Preference -> Java -> Build Path -> UserLibraries
Click to new -> write, eclipseLinkx.x.x Where x.x.x is the version of eclipseLink downloaded.
After, select eclipseLink and click in Add External Jars. In this step add all jars that contain of .zip eclipseLink downloaded.
Previously download library javax.persistence.Convert you can find to Google.
When download javax.persistence.Convert go back to eclipse and add library javax.persistence.Convert to eclipseLink library added.
Now, you can create projects JPA.