File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Boxable is a library that can be used to easily create tables in PDF documents.
2525<dependency >
2626 <groupId >com.github.dhorions</groupId >
2727 <artifactId >boxable</artifactId >
28- <version >1.8.2-RC1 </version >
28+ <version >1.8.2</version >
2929</dependency >
3030```
3131For other build systems, check the [ Maven Central Repository] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22boxable%22 ) .
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def getVersionName = { ->
1616 }
1717 return stdout. toString(). trim()
1818 } catch (Exception e) {
19- return ' 1.8.2-RC1 '
19+ return ' 1.8.2'
2020 }
2121}
2222
Original file line number Diff line number Diff line change 1212 <modelVersion >4.0.0</modelVersion >
1313 <groupId >com.github.dhorions</groupId >
1414 <artifactId >boxable</artifactId >
15- <version >1.8.2-RC1 </version >
15+ <version >1.8.2</version >
1616 <packaging >jar</packaging >
1717
1818 <name >Boxable, a high-level API to creates table on top of Apache Pdfbox</name >
You can’t perform that action at this time.
0 commit comments