GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons-rest-templates |
Version | Version1.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-rest-templates/ -->
<dependency>
<groupId>com.github.damianwajser</groupId>
<artifactId>spring-commons-rest-templates</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-rest-templates/
implementation 'com.github.damianwajser:spring-commons-rest-templates:1.16.0'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-rest-templates/
implementation ("com.github.damianwajser:spring-commons-rest-templates:1.16.0")
'com.github.damianwajser:spring-commons-rest-templates:jar:1.16.0'
<dependency org="com.github.damianwajser" name="spring-commons-rest-templates" rev="1.16.0">
<artifact name="spring-commons-rest-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-rest-templates', version='1.16.0')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-rest-templates" % "1.16.0"
[com.github.damianwajser/spring-commons-rest-templates "1.16.0"]