License |
License |
---|---|
GroupId | GroupIdorg.sejda |
ArtifactId | ArtifactIdsejda-core |
Version | Version4.3.6 |
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.6.pom | |
sejda-core-4.3.6.jar | 73 KB |
sejda-core-4.3.6-tests.jar | 23 MB |
sejda-core-4.3.6-sources.jar | 73 KB |
sejda-core-4.3.6-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sejda/sejda-core/ -->
<dependency>
<groupId>org.sejda</groupId>
<artifactId>sejda-core</artifactId>
<version>4.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sejda/sejda-core/
implementation 'org.sejda:sejda-core:4.3.6'
// https://jarcasting.com/artifacts/org.sejda/sejda-core/
implementation ("org.sejda:sejda-core:4.3.6")
'org.sejda:sejda-core:jar:4.3.6'
<dependency org="org.sejda" name="sejda-core" rev="4.3.6">
<artifact name="sejda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sejda', module='sejda-core', version='4.3.6')
)
libraryDependencies += "org.sejda" % "sejda-core" % "4.3.6"
[org.sejda/sejda-core "4.3.6"]
Group / Artifact | Type | Version |
---|---|---|
org.sejda : sejda-model | jar | 4.3.6 |
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.6 |
org.mockito : mockito-core | jar | 4.4.0 |
org.sejda : sambox | jar | 2.4.10 |
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 |