WIP: ePub support

This commit is contained in:
aditya.chandel
2025-01-14 11:29:15 -07:00
parent b0cd19189b
commit ceb344677c
10 changed files with 633 additions and 10 deletions

View File

@@ -55,6 +55,8 @@ dependencies {
// MapStruct
implementation 'org.mapstruct:mapstruct:1.6.3'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3'
implementation 'io.documentnode:epub4j-core:4.2.2'
}
hibernate {