GroupId | GroupIdedu.wisc.my.restproxy |
---|---|
ArtifactId | ArtifactIdrest-proxy-boot |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
rest-proxy-boot-2.1.4.pom | |
rest-proxy-boot-2.1.4.jar | 2 KB |
rest-proxy-boot-2.1.4-tests.jar | 261 bytes |
rest-proxy-boot-2.1.4-sources.jar | 1 KB |
rest-proxy-boot-2.1.4-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/ -->
<dependency>
<groupId>edu.wisc.my.restproxy</groupId>
<artifactId>rest-proxy-boot</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/
implementation 'edu.wisc.my.restproxy:rest-proxy-boot:2.1.4'
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/
implementation ("edu.wisc.my.restproxy:rest-proxy-boot:2.1.4")
'edu.wisc.my.restproxy:rest-proxy-boot:jar:2.1.4'
<dependency org="edu.wisc.my.restproxy" name="rest-proxy-boot" rev="2.1.4">
<artifact name="rest-proxy-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.restproxy', module='rest-proxy-boot', version='2.1.4')
)
libraryDependencies += "edu.wisc.my.restproxy" % "rest-proxy-boot" % "2.1.4"
[edu.wisc.my.restproxy/rest-proxy-boot "2.1.4"]