is not current version
Last Version 2.1.1

com.github.dzieciou.testing:curl-logger 1.0.3

Logs REST-assured requests as curl commands

GroupId

GroupId

com.github.dzieciou.testing
ArtifactId

ArtifactId

curl-logger
Version

Version

1.0.3
Type

Type

jar

Download curl-logger 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/ -->
<dependency>
    <groupId>com.github.dzieciou.testing</groupId>
    <artifactId>curl-logger</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation 'com.github.dzieciou.testing:curl-logger:1.0.3'
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation ("com.github.dzieciou.testing:curl-logger:1.0.3")
'com.github.dzieciou.testing:curl-logger:jar:1.0.3'
<dependency org="com.github.dzieciou.testing" name="curl-logger" rev="1.0.3">
  <artifact name="curl-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzieciou.testing', module='curl-logger', version='1.0.3')
)
libraryDependencies += "com.github.dzieciou.testing" % "curl-logger" % "1.0.3"
[com.github.dzieciou.testing/curl-logger "1.0.3"]