is not current version
Last Version 4.4.0

com.actionbarsherlock:parent-sample 4.0.1


GroupId

GroupId

com.actionbarsherlock
ArtifactId

ArtifactId

parent-sample
Version

Version

4.0.1
Type

Type

pom

Download parent-sample 4.0.1

Filename Size
parent-sample-4.0.1.pom 731 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.actionbarsherlock/parent-sample/ -->
<dependency>
    <groupId>com.actionbarsherlock</groupId>
    <artifactId>parent-sample</artifactId>
    <version>4.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.actionbarsherlock/parent-sample/
implementation 'com.actionbarsherlock:parent-sample:4.0.1'
// https://jarcasting.com/artifacts/com.actionbarsherlock/parent-sample/
implementation ("com.actionbarsherlock:parent-sample:4.0.1")
'com.actionbarsherlock:parent-sample:pom:4.0.1'
<dependency org="com.actionbarsherlock" name="parent-sample" rev="4.0.1">
  <artifact name="parent-sample" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.actionbarsherlock', module='parent-sample', version='4.0.1')
)
libraryDependencies += "com.actionbarsherlock" % "parent-sample" % "4.0.1"
[com.actionbarsherlock/parent-sample "4.0.1"]