Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.wix.restaurants |
ArtifactId | ArtifactIdwix-restaurants-authentication-client |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wix.restaurants/wix-restaurants-authentication-client/ -->
<dependency>
<groupId>com.wix.restaurants</groupId>
<artifactId>wix-restaurants-authentication-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.restaurants/wix-restaurants-authentication-client/
implementation 'com.wix.restaurants:wix-restaurants-authentication-client:1.0.1'
// https://jarcasting.com/artifacts/com.wix.restaurants/wix-restaurants-authentication-client/
implementation ("com.wix.restaurants:wix-restaurants-authentication-client:1.0.1")
'com.wix.restaurants:wix-restaurants-authentication-client:jar:1.0.1'
<dependency org="com.wix.restaurants" name="wix-restaurants-authentication-client" rev="1.0.1">
<artifact name="wix-restaurants-authentication-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.restaurants', module='wix-restaurants-authentication-client', version='1.0.1')
)
libraryDependencies += "com.wix.restaurants" % "wix-restaurants-authentication-client" % "1.0.1"
[com.wix.restaurants/wix-restaurants-authentication-client "1.0.1"]