GroupId | GroupIdcom.adobe.granite |
---|---|
ArtifactId | ArtifactIdcom.adobe.granite.testing.external-systems |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.adobe.granite/com.adobe.granite.testing.external-systems/ -->
<dependency>
<groupId>com.adobe.granite</groupId>
<artifactId>com.adobe.granite.testing.external-systems</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.granite/com.adobe.granite.testing.external-systems/
implementation 'com.adobe.granite:com.adobe.granite.testing.external-systems:0.0.3'
// https://jarcasting.com/artifacts/com.adobe.granite/com.adobe.granite.testing.external-systems/
implementation ("com.adobe.granite:com.adobe.granite.testing.external-systems:0.0.3")
'com.adobe.granite:com.adobe.granite.testing.external-systems:jar:0.0.3'
<dependency org="com.adobe.granite" name="com.adobe.granite.testing.external-systems" rev="0.0.3">
<artifact name="com.adobe.granite.testing.external-systems" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.granite', module='com.adobe.granite.testing.external-systems', version='0.0.3')
)
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.testing.external-systems" % "0.0.3"
[com.adobe.granite/com.adobe.granite.testing.external-systems "0.0.3"]