GroupId | GroupIdcom.github.nicolasjafelle |
---|---|
ArtifactId | ArtifactIdqachee |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
qachee-1.0.pom | |
qachee-1.0.aar | 11 KB |
qachee-1.0-sources.jar | 3 KB |
qachee-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>qachee</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/
implementation 'com.github.nicolasjafelle:qachee:1.0'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/
implementation ("com.github.nicolasjafelle:qachee:1.0")
'com.github.nicolasjafelle:qachee:aar:1.0'
<dependency org="com.github.nicolasjafelle" name="qachee" rev="1.0">
<artifact name="qachee" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='qachee', version='1.0')
)
libraryDependencies += "com.github.nicolasjafelle" % "qachee" % "1.0"
[com.github.nicolasjafelle/qachee "1.0"]