is not current version
Last Version 0.1.1

io.github.yanzhan91:easy-print 0.1.0

Java print debugging made easy

GroupId

GroupId

io.github.yanzhan91
ArtifactId

ArtifactId

easy-print
Version

Version

0.1.0
Type

Type

jar

Download easy-print 0.1.0


<!-- 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"]