GroupId | GroupIdcom.github.ajitsing |
---|---|
ArtifactId | ArtifactIdsherlock |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
sherlock-1.0.2.pom | |
sherlock-1.0.2.aar | 93 KB |
sherlock-1.0.2-sources.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/ -->
<dependency>
<groupId>com.github.ajitsing</groupId>
<artifactId>sherlock</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation 'com.github.ajitsing:sherlock:1.0.2'
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation ("com.github.ajitsing:sherlock:1.0.2")
'com.github.ajitsing:sherlock:aar:1.0.2'
<dependency org="com.github.ajitsing" name="sherlock" rev="1.0.2">
<artifact name="sherlock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ajitsing', module='sherlock', version='1.0.2')
)
libraryDependencies += "com.github.ajitsing" % "sherlock" % "1.0.2"
[com.github.ajitsing/sherlock "1.0.2"]