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