GroupId | GroupIdcom.github.dzieciou.testing |
---|---|
ArtifactId | ArtifactIdcurl-logger |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
curl-logger-0.5.pom | |
curl-logger-0.5.jar | 14 KB |
curl-logger-0.5-sources.jar | 6 KB |
curl-logger-0.5-javadoc.jar | 34 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation 'com.github.dzieciou.testing:curl-logger:0.5'
// https://jarcasting.com/artifacts/com.github.dzieciou.testing/curl-logger/
implementation ("com.github.dzieciou.testing:curl-logger:0.5")
'com.github.dzieciou.testing:curl-logger:jar:0.5'
<dependency org="com.github.dzieciou.testing" name="curl-logger" rev="0.5">
<artifact name="curl-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzieciou.testing', module='curl-logger', version='0.5')
)
libraryDependencies += "com.github.dzieciou.testing" % "curl-logger" % "0.5"
[com.github.dzieciou.testing/curl-logger "0.5"]