Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdpdf-util |
Version | Version1.3.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
pdf-util-1.3.3-RELEASE.pom | |
pdf-util-1.3.3-RELEASE.jar | 5 KB |
pdf-util-1.3.3-RELEASE-sources.jar | 2 KB |
pdf-util-1.3.3-RELEASE-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/pdf-util/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>pdf-util</artifactId>
<version>1.3.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/pdf-util/
implementation 'com.github.dreamroute:pdf-util:1.3.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/pdf-util/
implementation ("com.github.dreamroute:pdf-util:1.3.3-RELEASE")
'com.github.dreamroute:pdf-util:jar:1.3.3-RELEASE'
<dependency org="com.github.dreamroute" name="pdf-util" rev="1.3.3-RELEASE">
<artifact name="pdf-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='pdf-util', version='1.3.3-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "pdf-util" % "1.3.3-RELEASE"
[com.github.dreamroute/pdf-util "1.3.3-RELEASE"]