GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdcrcl4java-restful-proxy |
Version | Version1.5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-restful-proxy/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java-restful-proxy</artifactId>
<version>1.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-restful-proxy/
implementation 'com.github.wshackle:crcl4java-restful-proxy:1.5'
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-restful-proxy/
implementation ("com.github.wshackle:crcl4java-restful-proxy:1.5")
'com.github.wshackle:crcl4java-restful-proxy:war:1.5'
<dependency org="com.github.wshackle" name="crcl4java-restful-proxy" rev="1.5">
<artifact name="crcl4java-restful-proxy" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='crcl4java-restful-proxy', version='1.5')
)
libraryDependencies += "com.github.wshackle" % "crcl4java-restful-proxy" % "1.5"
[com.github.wshackle/crcl4java-restful-proxy "1.5"]