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