GroupId | GroupIdcom.github.wpyuan |
---|---|
ArtifactId | ArtifactIddc-print |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dc-print-0.1.0.pom | |
dc-print-0.1.0.jar | 29 MB |
dc-print-0.1.0-sources.jar | 29 MB |
dc-print-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-print/
implementation 'com.github.wpyuan:dc-print:0.1.0'
// https://jarcasting.com/artifacts/com.github.wpyuan/dc-print/
implementation ("com.github.wpyuan:dc-print:0.1.0")
'com.github.wpyuan:dc-print:jar:0.1.0'
<dependency org="com.github.wpyuan" name="dc-print" rev="0.1.0">
<artifact name="dc-print" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='dc-print', version='0.1.0')
)
libraryDependencies += "com.github.wpyuan" % "dc-print" % "0.1.0"
[com.github.wpyuan/dc-print "0.1.0"]