GroupId | GroupIdcom.github.johnkil.print |
---|---|
ArtifactId | ArtifactIdprint |
Version | Version1.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
print-1.3.0.pom | |
print-1.3.0.aar | 14 KB |
print-1.3.0-sources.jar | 10 KB |
print-1.3.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johnkil.print/print/ -->
<dependency>
<groupId>com.github.johnkil.print</groupId>
<artifactId>print</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnkil.print/print/
implementation 'com.github.johnkil.print:print:1.3.0'
// https://jarcasting.com/artifacts/com.github.johnkil.print/print/
implementation ("com.github.johnkil.print:print:1.3.0")
'com.github.johnkil.print:print:aar:1.3.0'
<dependency org="com.github.johnkil.print" name="print" rev="1.3.0">
<artifact name="print" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnkil.print', module='print', version='1.3.0')
)
libraryDependencies += "com.github.johnkil.print" % "print" % "1.3.0"
[com.github.johnkil.print/print "1.3.0"]