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