| GroupId | GroupIdio.github.yanzhan91 |
|---|---|
| ArtifactId | ArtifactIdeasy-print |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-print-0.1.0.pom | |
| easy-print-0.1.0.jar | 4 KB |
| easy-print-0.1.0-sources.jar | 3 KB |
| easy-print-0.1.0-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yanzhan91/easy-print/ -->
<dependency>
<groupId>io.github.yanzhan91</groupId>
<artifactId>easy-print</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yanzhan91/easy-print/
implementation 'io.github.yanzhan91:easy-print:0.1.0'
// https://jarcasting.com/artifacts/io.github.yanzhan91/easy-print/
implementation ("io.github.yanzhan91:easy-print:0.1.0")
'io.github.yanzhan91:easy-print:jar:0.1.0'
<dependency org="io.github.yanzhan91" name="easy-print" rev="0.1.0">
<artifact name="easy-print" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yanzhan91', module='easy-print', version='0.1.0')
)
libraryDependencies += "io.github.yanzhan91" % "easy-print" % "0.1.0"
[io.github.yanzhan91/easy-print "0.1.0"]