Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier PDF Data |
---|---|
GroupId | GroupIdorg.webjars.bowergithub.mrrio |
ArtifactId | ArtifactIdjspdf |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
jspdf-1.4.1.pom | |
jspdf-1.4.1.jar | 3 MB |
jspdf-1.4.1-sources.jar | 22 bytes |
jspdf-1.4.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.mrrio/jspdf/ -->
<dependency>
<groupId>org.webjars.bowergithub.mrrio</groupId>
<artifactId>jspdf</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.mrrio/jspdf/
implementation 'org.webjars.bowergithub.mrrio:jspdf:1.4.1'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.mrrio/jspdf/
implementation ("org.webjars.bowergithub.mrrio:jspdf:1.4.1")
'org.webjars.bowergithub.mrrio:jspdf:jar:1.4.1'
<dependency org="org.webjars.bowergithub.mrrio" name="jspdf" rev="1.4.1">
<artifact name="jspdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.mrrio', module='jspdf', version='1.4.1')
)
libraryDependencies += "org.webjars.bowergithub.mrrio" % "jspdf" % "1.4.1"
[org.webjars.bowergithub.mrrio/jspdf "1.4.1"]