gitlab.mim-libre.fr / EOLE / eole-3 / services / ladigitale / digipdf / digipdf-sources
Code source for Digipdf
Stars: 0
Forks: 0
Open issues:
License: gpl-3.0+
Language:
Dependencies parsed at:
47
Created at: about 1 year ago
Updated at: 9 months ago
Last synced at: about 2 months ago
docker/Dockerfile
docker
- alpine 3.20.3 build
build.gradle
maven
- org.projectlombok:lombok $lombokVersion compileOnly
- com.bucket4j:bucket4j_jdk17-core 8.14.0 implementation
- com.fathzer:javaluator 3.0.5 implementation
- com.github.Carleslc.Simple-YAML:Simple-Yaml 1.8.4 implementation
- com.h2database:h2 2.2.224 implementation
- com.opencsv:opencsv 5.9 implementation
- commons-io:commons-io 2.16.1 implementation
- io.github.pixee:java-security-toolkit 1.2.0 implementation
- io.micrometer:micrometer-core 1.13.4 implementation
- org.apache.pdfbox:jbig2-imageio 3.0.4 implementation
- org.apache.pdfbox:pdfbox $pdfboxVersion implementation
- org.apache.pdfbox:xmpbox $pdfboxVersion implementation
- org.apache.xmlgraphics:batik-all 1.17 implementation
- org.bouncycastle:bcpkix-jdk18on $bouncycastleVersion implementation
- org.bouncycastle:bcprov-jdk18on $bouncycastleVersion implementation
- org.commonmark:commonmark 0.22.0 implementation
- org.commonmark:commonmark-ext-gfm-tables 0.22.0 implementation
- org.springdoc:springdoc-openapi-starter-webmvc-ui 2.2.0 implementation
- org.springframework.boot:spring-boot-starter-actuator $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-data-jpa $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-jetty $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-oauth2-client $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-security $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-thymeleaf $springBootVersion implementation
- org.springframework.boot:spring-boot-starter-web $springBootVersion implementation
- org.springframework:spring-webmvc 6.1.9 implementation
- org.yaml:snakeyaml 2.2 implementation
- com.h2database:h2 2.1.214 runtimeOnly
- com.twelvemonkeys.imageio:imageio-batik $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-bmp $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-hdr $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-icns $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-iff $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-jpeg $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-pict $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-pnm $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-psd $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-sgi $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-tga $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-thumbsdb $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-tiff $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-webp $imageioVersion runtimeOnly
- com.twelvemonkeys.imageio:imageio-xwd $imageioVersion runtimeOnly
- org.thymeleaf.extras:thymeleaf-extras-springsecurity5 3.1.2.RELEASE runtimeOnly
- org.springframework.boot:spring-boot-starter-test $springBootVersion testImplementation
- org.mockito:mockito-inline 5.2.0 testRuntimeOnly