is not current version
Last Version 4.4.0

com.actionbarsherlock:parent-sample 4.1.0


GroupId

GroupId

com.actionbarsherlock
ArtifactId

ArtifactId

parent-sample
Version

Version

4.1.0
Type

Type

pom

Download parent-sample 4.1.0

Filename Size
parent-sample-4.1.0.pom 761 bytes
Browse

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