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