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