rework subproject names, add graphics-ghostscript
|
@ -1,10 +0,0 @@
|
|||
dependencies {
|
||||
testImplementation project(':io-vector')
|
||||
testImplementation project(':io-vector-eps')
|
||||
testImplementation project(':io-vector-pdf')
|
||||
testImplementation project(':io-vector-svg')
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.0"
|
||||
testImplementation "junit:junit:4.12"
|
||||
testImplementation "com.google.zxing:javase:${project.property('zxing.version')}"
|
||||
testImplementation "org.reflections:reflections:${project.property('reflections.version')}"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
dependencies {
|
||||
implementation project(':io-vector')
|
||||
implementation project(':io-vector-eps')
|
||||
implementation project(':io-vector-pdf')
|
||||
implementation project(':io-vector-svg')
|
||||
}
|
|
@ -1,10 +1,13 @@
|
|||
group = org.xbib.graphics
|
||||
name = graphics
|
||||
version = 3.0.0
|
||||
version = 4.0.0
|
||||
|
||||
gradle.wrapper.version = 6.6.1
|
||||
pdfbox.version = 2.0.21
|
||||
pdfbox.version = 2.0.22
|
||||
jna.version = 5.7.0
|
||||
zxing.version = 3.3.1
|
||||
reflections.version = 0.9.11
|
||||
jfreechart.version = 1.5.1
|
||||
batik.version = 1.13
|
||||
junit.version = 5.7.1
|
||||
junit4.version = 4.13
|
10
graphics-barcode/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
dependencies {
|
||||
testImplementation project(':graphics-vector')
|
||||
testImplementation project(':graphics-vector-eps')
|
||||
testImplementation project(':graphics-vector-pdf')
|
||||
testImplementation project(':graphics-vector-svg')
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.property('junit.version')}"
|
||||
testImplementation "junit:junit:${project.property('junit4.version')}"
|
||||
testImplementation "com.google.zxing:javase:${project.property('zxing.version')}"
|
||||
testImplementation "org.reflections:reflections:${project.property('reflections.version')}"
|
||||
}
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |