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