GroupId | GroupIdcom.github.dzieciou.testing |
---|---|
ArtifactId | ArtifactIdcurl-logger |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
curl-logger-0.6.pom | |
curl-logger-0.6.jar | 17 KB |
curl-logger-0.6-sources.jar | 8 KB |
curl-logger-0.6-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/ -->
<dependency>
<groupId>com.github.dzieciou.testing</groupId>
<artifactId>curl-logger</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation 'com.github.dzieciou.testing:curl-logger:0.6'
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation ("com.github.dzieciou.testing:curl-logger:0.6")
'com.github.dzieciou.testing:curl-logger:jar:0.6'
<dependency org="com.github.dzieciou.testing" name="curl-logger" rev="0.6">
<artifact name="curl-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzieciou.testing', module='curl-logger', version='0.6')
)
libraryDependencies += "com.github.dzieciou.testing" % "curl-logger" % "0.6"
[com.github.dzieciou.testing/curl-logger "0.6"]