GroupId | GroupIdcom.doomonafireball.betterpickers |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.5.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.5.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.doomonafireball.betterpickers/parent/ -->
<dependency>
<groupId>com.doomonafireball.betterpickers</groupId>
<artifactId>parent</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.doomonafireball.betterpickers/parent/
implementation 'com.doomonafireball.betterpickers:parent:1.5.2'
// https://jarcasting.com/artifacts/com.doomonafireball.betterpickers/parent/
implementation ("com.doomonafireball.betterpickers:parent:1.5.2")
'com.doomonafireball.betterpickers:parent:pom:1.5.2'
<dependency org="com.doomonafireball.betterpickers" name="parent" rev="1.5.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.doomonafireball.betterpickers', module='parent', version='1.5.2')
)
libraryDependencies += "com.doomonafireball.betterpickers" % "parent" % "1.5.2"
[com.doomonafireball.betterpickers/parent "1.5.2"]