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