Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gu |
ArtifactId | ArtifactIdmobile-notifications-client_2.11 |
Version | Version0.5.26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>mobile-notifications-client_2.11</artifactId>
<version>0.5.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/
implementation 'com.gu:mobile-notifications-client_2.11:0.5.26'
// https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/
implementation ("com.gu:mobile-notifications-client_2.11:0.5.26")
'com.gu:mobile-notifications-client_2.11:jar:0.5.26'
<dependency org="com.gu" name="mobile-notifications-client_2.11" rev="0.5.26">
<artifact name="mobile-notifications-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='mobile-notifications-client_2.11', version='0.5.26')
)
libraryDependencies += "com.gu" % "mobile-notifications-client_2.11" % "0.5.26"
[com.gu/mobile-notifications-client_2.11 "0.5.26"]