GroupId | GroupIdcom.github.damianwajser |
---|---|
ArtifactId | ArtifactIdspring-commons-http-fixer |
Version | Version1.27.5 |
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.27.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-http-fixer/
implementation 'com.github.damianwajser:spring-commons-http-fixer:1.27.5'
// https://jarcasting.com/artifacts/com.github.damianwajser/spring-commons-http-fixer/
implementation ("com.github.damianwajser:spring-commons-http-fixer:1.27.5")
'com.github.damianwajser:spring-commons-http-fixer:jar:1.27.5'
<dependency org="com.github.damianwajser" name="spring-commons-http-fixer" rev="1.27.5">
<artifact name="spring-commons-http-fixer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.damianwajser', module='spring-commons-http-fixer', version='1.27.5')
)
libraryDependencies += "com.github.damianwajser" % "spring-commons-http-fixer" % "1.27.5"
[com.github.damianwajser/spring-commons-http-fixer "1.27.5"]