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