is not current version
Last Version 2.1.1

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

Logs REST-assured requests as curl commands

GroupId

GroupId

com.github.dzieciou.testing
ArtifactId

ArtifactId

curl-logger
Version

Version

2.0.1
Type

Type

jar

Download curl-logger 2.0.1


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