|
57 | 57 | "applicationSubCategory": "Library", |
58 | 58 | "operatingSystem": "Cross-platform (JVM 21+)", |
59 | 59 | "programmingLanguage": "Java", |
60 | | - "softwareVersion": "1.6.6", |
| 60 | + "softwareVersion": "1.6.7", |
61 | 61 | "url": "https://demchaav.github.io/GraphCompose/", |
62 | | - "downloadUrl": "https://central.sonatype.com/artifact/io.github.demchaav/graph-compose/1.6.6", |
| 62 | + "downloadUrl": "https://central.sonatype.com/artifact/io.github.demchaav/graph-compose/1.6.7", |
63 | 63 | "image": "https://demchaav.github.io/GraphCompose/assets/logo/graphcompose-logo.png", |
64 | 64 | "license": "https://github.com/DemchaAV/GraphCompose/blob/main/LICENSE", |
65 | 65 | "author": { |
|
168 | 168 | <main id="top"> |
169 | 169 | <section class="hero section-shell" aria-labelledby="hero-title"> |
170 | 170 | <div class="hero-copy"> |
171 | | - <p class="eyebrow">Java · v1.6.6 · MIT</p> |
| 171 | + <p class="eyebrow">Java · v1.6.7 · MIT</p> |
172 | 172 | <h1 id="hero-title">Java PDF layout engine for structured business documents.</h1> |
173 | 173 | <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> |
174 | 174 | <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> |
@@ -233,14 +233,14 @@ <h4>Maven</h4> |
233 | 233 | <pre class="language-xml"><code class="language-xml"><dependency> |
234 | 234 | <groupId>io.github.demchaav</groupId> |
235 | 235 | <artifactId>graph-compose</artifactId> |
236 | | - <version>1.6.6</version> |
| 236 | + <version>1.6.7</version> |
237 | 237 | </dependency></code></pre> |
238 | 238 | </div> |
239 | 239 | <div class="install-block"> |
240 | 240 | <h4>Gradle</h4> |
241 | 241 | <pre class="language-groovy"><code class="language-groovy">dependencies { |
242 | 242 | implementation( |
243 | | - 'io.github.demchaav:graph-compose:1.6.6' |
| 243 | + 'io.github.demchaav:graph-compose:1.6.7' |
244 | 244 | ) |
245 | 245 | }</code></pre> |
246 | 246 | </div> |
|
0 commit comments