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