Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.wix.restaurants |
ArtifactId | ArtifactIdcommon-protocol-api |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
common-protocol-api-1.7.0.pom | |
common-protocol-api-1.7.0.jar | 10 KB |
common-protocol-api-1.7.0-sources.jar | 2 KB |
common-protocol-api-1.7.0-javadoc.jar | 354 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix.restaurants/common-protocol-api/ -->
<dependency>
<groupId>com.wix.restaurants</groupId>
<artifactId>common-protocol-api</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.restaurants/common-protocol-api/
implementation 'com.wix.restaurants:common-protocol-api:1.7.0'
// https://jarcasting.com/artifacts/com.wix.restaurants/common-protocol-api/
implementation ("com.wix.restaurants:common-protocol-api:1.7.0")
'com.wix.restaurants:common-protocol-api:jar:1.7.0'
<dependency org="com.wix.restaurants" name="common-protocol-api" rev="1.7.0">
<artifact name="common-protocol-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.restaurants', module='common-protocol-api', version='1.7.0')
)
libraryDependencies += "com.wix.restaurants" % "common-protocol-api" % "1.7.0"
[com.wix.restaurants/common-protocol-api "1.7.0"]