GroupId | GroupIdcom.github.wpyuan |
---|---|
ArtifactId | ArtifactIddc-print |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
dc-print-0.3.2.pom | |
dc-print-0.3.2.jar | 29 MB |
dc-print-0.3.2-sources.jar | 29 MB |
dc-print-0.3.2-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wpyuan/dc-print/ -->
<dependency>
<groupId>com.github.wpyuan</groupId>
<artifactId>dc-print</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-print/
implementation 'com.github.wpyuan:dc-print:0.3.2'
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-print/
implementation ("com.github.wpyuan:dc-print:0.3.2")
'com.github.wpyuan:dc-print:jar:0.3.2'
<dependency org="com.github.wpyuan" name="dc-print" rev="0.3.2">
<artifact name="dc-print" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='dc-print', version='0.3.2')
)
libraryDependencies += "com.github.wpyuan" % "dc-print" % "0.3.2"
[com.github.wpyuan/dc-print "0.3.2"]