PDFfer Core Library

A Spring Boot library to quickly and easily add PDF generation functionality to any Spring Boot application

License

License

Categories

Categories

PDF Data
GroupId

GroupId

org.nekosoft.pdffer
ArtifactId

ArtifactId

pdffer-core
Last Version

Last Version

1.0-PLURALSIGHT
Release Date

Release Date

Type

Type

jar
Description

Description

PDFfer Core Library
A Spring Boot library to quickly and easily add PDF generation functionality to any Spring Boot application
Project URL

Project URL

https://pdffer.nekosoft.org
Source Code Management

Source Code Management

https://github.com/PDFfer/pdffer-core

Download pdffer-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.nekosoft.pdffer/pdffer-core/ -->
<dependency>
    <groupId>org.nekosoft.pdffer</groupId>
    <artifactId>pdffer-core</artifactId>
    <version>1.0-PLURALSIGHT</version>
</dependency>
// https://jarcasting.com/artifacts/org.nekosoft.pdffer/pdffer-core/
implementation 'org.nekosoft.pdffer:pdffer-core:1.0-PLURALSIGHT'
// https://jarcasting.com/artifacts/org.nekosoft.pdffer/pdffer-core/
implementation ("org.nekosoft.pdffer:pdffer-core:1.0-PLURALSIGHT")
'org.nekosoft.pdffer:pdffer-core:jar:1.0-PLURALSIGHT'
<dependency org="org.nekosoft.pdffer" name="pdffer-core" rev="1.0-PLURALSIGHT">
  <artifact name="pdffer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nekosoft.pdffer', module='pdffer-core', version='1.0-PLURALSIGHT')
)
libraryDependencies += "org.nekosoft.pdffer" % "pdffer-core" % "1.0-PLURALSIGHT"
[org.nekosoft.pdffer/pdffer-core "1.0-PLURALSIGHT"]

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.5.3
org.springframework.boot : spring-boot-starter-actuator Optional jar 2.5.3
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.3
org.springframework.boot : spring-boot-starter-mail Optional jar 2.5.3
org.springframework.boot : spring-boot-starter-web Optional jar 2.5.3
com.fasterxml.jackson.core : jackson-databind Optional jar
org.springframework.shell : spring-shell-starter Optional jar 2.0.1.RELEASE
org.nekosoft.pdffer : pdffer-template jar 1.0.0-SNAPSHOT

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.5.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-PLURALSIGHT
1.0.0