License |
License |
---|---|
GroupId | GroupIdorg.sejda |
ArtifactId | ArtifactIdsejda-core |
Last Version | Last Version4.3.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsejda core
An extendible and configurable PDF manipulation layer library. A ready to use java library to perform PDF documents manipulation without having to deal with the low level API. Sejda offers many "ready to go" manipulations implemented using the SAMBox but it can be extended to use other implementations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sejda-core-4.3.9.pom | |
sejda-core-4.3.9.jar | 62 KB |
sejda-core-4.3.9-tests.jar | 11 MB |
sejda-core-4.3.9-sources.jar | 62 KB |
sejda-core-4.3.9-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sejda/sejda-core/ -->
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-core</artifactId>
<version>4.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.sejda/sejda-core/
implementation 'org.sejda:sejda-core:4.3.9'
// https://jarcasting.com/artifacts/org.sejda/sejda-core/
implementation ("org.sejda:sejda-core:4.3.9")
'org.sejda:sejda-core:jar:4.3.9'
<dependency org="org.sejda" name="sejda-core" rev="4.3.9">
<artifact name="sejda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sejda', module='sejda-core', version='4.3.9')
)
libraryDependencies += "org.sejda" % "sejda-core" % "4.3.9"
[org.sejda/sejda-core "4.3.9"]
Group / Artifact | Type | Version |
---|---|---|
org.sejda : sejda-model | jar | 4.3.9 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
commons-io : commons-io | jar | 2.11.0 |
javax.validation : validation-api | jar | 1.0.0.GA |
org.hibernate : hibernate-validator | jar | 4.2.0.Final |
org.sejda : sejda-commons | jar | 1.1.7 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.sejda : sejda-model | test-jar | 4.3.9 |
org.mockito : mockito-core | jar | 4.6.1 |
org.sejda : sambox | jar | 2.4.20 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |
com.tngtech.archunit : archunit-junit5 | jar | 0.22.0 |