GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdrest-template-interceptor |
Version | Version0.0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.damianwajser/rest-template-interceptor/ -->
<dependency>
<groupId>com.github.damianwajser</groupId>
<artifactId>rest-template-interceptor</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/rest-template-interceptor/
implementation 'com.github.damianwajser:rest-template-interceptor:0.0.17'
// https://jarcasting.com/artifacts/com.github.damianwajser/rest-template-interceptor/
implementation ("com.github.damianwajser:rest-template-interceptor:0.0.17")
'com.github.damianwajser:rest-template-interceptor:jar:0.0.17'
<dependency org="com.github.damianwajser" name="rest-template-interceptor" rev="0.0.17">
<artifact name="rest-template-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='rest-template-interceptor', version='0.0.17')
)
libraryDependencies += "com.github.damianwajser" % "rest-template-interceptor" % "0.0.17"
[com.github.damianwajser/rest-template-interceptor "0.0.17"]