Categories |
CategoriesLogbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-test |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
logbook-test-1.11.1.pom | |
logbook-test-1.11.1.jar | 11 KB |
logbook-test-1.11.1-sources.jar | 5 KB |
logbook-test-1.11.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-test/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-test</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-test/
implementation 'org.zalando:logbook-test:1.11.1'
// https://jarcasting.com/artifacts/org.zalando/logbook-test/
implementation ("org.zalando:logbook-test:1.11.1")
'org.zalando:logbook-test:jar:1.11.1'
<dependency org="org.zalando" name="logbook-test" rev="1.11.1">
<artifact name="logbook-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-test', version='1.11.1')
)
libraryDependencies += "org.zalando" % "logbook-test" % "1.11.1"
[org.zalando/logbook-test "1.11.1"]