File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# History of Changes
22
3+ ## 0.7.18-alpha1
4+
5+ * Backside page transformation based on jpps (#212 )
6+
37## 0.7.17
48
59* Fix copyright in source code (#208 )
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ The API is Java-compatible but implemented in Kotlin.
39391 . Add the current version of JIPP to your project
4040``` gradle
4141dependencies {
42- compile 'com.hp.jipp:jipp-core:0.7.17 '
43- compile 'com.hp.jipp:jipp-pdl:0.7.17 ' // Only needed if transforming PDLs
42+ compile 'com.hp.jipp:jipp-core:0.7.18-alpha1 '
43+ compile 'com.hp.jipp:jipp-pdl:0.7.18-alpha1 ' // Only needed if transforming PDLs
4444}
4545```
46462 . Create an ` IppClientTransport ` or ` IppServerTransport ` (see example
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ allprojects {
66 ext. ktlint_version = ' 0.41.0'
77
88 // Version of JIPP & friends to publish
9- ext. jipp_version = ' 0.7.17 '
9+ ext. jipp_version = ' 0.7.18-alpha1 '
1010
1111 buildscript {
1212 repositories {
You can’t perform that action at this time.
0 commit comments