| Categories |
CategoriesPDF Data |
|---|---|
| GroupId | GroupIdcom.github.bjlhx15 |
| ArtifactId | ArtifactIdcommon-pdf |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-pdf-0.0.2.pom | |
| common-pdf-0.0.2.jar | 4 MB |
| common-pdf-0.0.2-sources.jar | 4 MB |
| common-pdf-0.0.2-javadoc.jar | 24 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bjlhx15/common-pdf/ -->
<dependency>
<groupId>com.github.bjlhx15</groupId>
<artifactId>common-pdf</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjlhx15/common-pdf/
implementation 'com.github.bjlhx15:common-pdf:0.0.2'
// https://jarcasting.com/artifacts/com.github.bjlhx15/common-pdf/
implementation ("com.github.bjlhx15:common-pdf:0.0.2")
'com.github.bjlhx15:common-pdf:jar:0.0.2'
<dependency org="com.github.bjlhx15" name="common-pdf" rev="0.0.2">
<artifact name="common-pdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjlhx15', module='common-pdf', version='0.0.2')
)
libraryDependencies += "com.github.bjlhx15" % "common-pdf" % "0.0.2"
[com.github.bjlhx15/common-pdf "0.0.2"]