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