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