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