5757 "applicationSubCategory" : "Library" ,
5858 "operatingSystem" : "Cross-platform (JVM 21+)" ,
5959 "programmingLanguage" : "Java" ,
60- "softwareVersion" : "1.6.4 " ,
60+ "softwareVersion" : "1.6.5 " ,
6161 "url" : "https://demchaav.github.io/GraphCompose/" ,
62- "downloadUrl" : "https://jitpack.io/#DemchaAV/GraphCompose/v1.6.4 " ,
62+ "downloadUrl" : "https://jitpack.io/#DemchaAV/GraphCompose/v1.6.5 " ,
6363 "image" : "https://demchaav.github.io/GraphCompose/assets/logo/graphcompose-logo.png" ,
6464 "license" : "https://github.com/DemchaAV/GraphCompose/blob/main/LICENSE" ,
6565 "author" : {
168168 < main id ="top ">
169169 < section class ="hero section-shell " aria-labelledby ="hero-title ">
170170 < div class ="hero-copy ">
171- < p class ="eyebrow "> Java · v1.6.4 · MIT</ p >
171+ < p class ="eyebrow "> Java · v1.6.5 · MIT</ p >
172172 < h1 id ="hero-title "> Java PDF layout engine for structured business documents.</ h1 >
173173 < p class ="hero-lead "> Describe documents. Render polished PDFs. A semantic layout engine for Java services that need < b > structured, paginated, theme-driven</ b > output — CVs, invoices, proposals, reports.</ p >
174174 < p class ="hero-text "> No drawing API. No pixel arithmetic. You compose < code > ParagraphNode</ code > , < code > TableNode</ code > , < code > SectionNode</ code > ; GraphCompose handles measurement, pagination, fonts, and PDFBox rendering.</ p >
@@ -238,7 +238,7 @@ <h4>Maven</h4>
238238<dependency>
239239 <groupId>com.github.DemchaAV</groupId>
240240 <artifactId>GraphCompose</artifactId>
241- <version>v1.6.4 </version>
241+ <version>v1.6.5 </version>
242242</dependency></ code > </ pre >
243243 </ div >
244244 < div class ="install-block ">
@@ -249,7 +249,7 @@ <h4>Gradle</h4>
249249
250250dependencies {
251251 implementation(
252- 'com.github.DemchaAV:GraphCompose:v1.6.4 '
252+ 'com.github.DemchaAV:GraphCompose:v1.6.5 '
253253 )
254254}</ code > </ pre >
255255 </ div >
0 commit comments