GroupId | GroupIdcom.wix.openrest |
---|---|
ArtifactId | ArtifactIdopenrest4j-all |
Version | Version1.16.0 |
Type | Typepom |
Filename | Size |
---|---|
openrest4j-all-1.16.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix.openrest/openrest4j-all/ -->
<dependency>
<groupId>com.wix.openrest</groupId>
<artifactId>openrest4j-all</artifactId>
<version>1.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wix.openrest/openrest4j-all/
implementation 'com.wix.openrest:openrest4j-all:1.16.0'
// https://jarcasting.com/artifacts/com.wix.openrest/openrest4j-all/
implementation ("com.wix.openrest:openrest4j-all:1.16.0")
'com.wix.openrest:openrest4j-all:pom:1.16.0'
<dependency org="com.wix.openrest" name="openrest4j-all" rev="1.16.0">
<artifact name="openrest4j-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wix.openrest', module='openrest4j-all', version='1.16.0')
)
libraryDependencies += "com.wix.openrest" % "openrest4j-all" % "1.16.0"
[com.wix.openrest/openrest4j-all "1.16.0"]