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