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