GroupId | GroupIdcom.github.ajitsing |
---|---|
ArtifactId | ArtifactIdsherlock |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
sherlock-1.0.3.pom | |
sherlock-1.0.3.aar | 92 KB |
sherlock-1.0.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation 'com.github.ajitsing:sherlock:1.0.3'
// https://jarcasting.com/artifacts/com.github.ajitsing/sherlock/
implementation ("com.github.ajitsing:sherlock:1.0.3")
'com.github.ajitsing:sherlock:aar:1.0.3'
<dependency org="com.github.ajitsing" name="sherlock" rev="1.0.3">
<artifact name="sherlock" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ajitsing', module='sherlock', version='1.0.3')
)
libraryDependencies += "com.github.ajitsing" % "sherlock" % "1.0.3"
[com.github.ajitsing/sherlock "1.0.3"]