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