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