Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdio.github.mengwang0211 |
ArtifactId | ArtifactIdpdf-converter |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mengwang0211/pdf-converter/ -->
<dependency>
<groupId>io.github.mengwang0211</groupId>
<artifactId>pdf-converter</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mengwang0211/pdf-converter/
implementation 'io.github.mengwang0211:pdf-converter:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.mengwang0211/pdf-converter/
implementation ("io.github.mengwang0211:pdf-converter:2.0.0.RELEASE")
'io.github.mengwang0211:pdf-converter:jar:2.0.0.RELEASE'
<dependency org="io.github.mengwang0211" name="pdf-converter" rev="2.0.0.RELEASE">
<artifact name="pdf-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mengwang0211', module='pdf-converter', version='2.0.0.RELEASE')
)
libraryDependencies += "io.github.mengwang0211" % "pdf-converter" % "2.0.0.RELEASE"
[io.github.mengwang0211/pdf-converter "2.0.0.RELEASE"]