| Categories |
CategoriesLogbook Application Layer Libs Logging |
|---|---|
| GroupId | GroupIdorg.zalando |
| ArtifactId | ArtifactIdlogbook-test |
| Version | Version1.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logbook-test-1.2.1.pom | |
| logbook-test-1.2.1.jar | 10 KB |
| logbook-test-1.2.1-sources.jar | 5 KB |
| logbook-test-1.2.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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-test/
implementation 'org.zalando:logbook-test:1.2.1'
// https://jarcasting.com/artifacts/org.zalando/logbook-test/
implementation ("org.zalando:logbook-test:1.2.1")
'org.zalando:logbook-test:jar:1.2.1'
<dependency org="org.zalando" name="logbook-test" rev="1.2.1">
<artifact name="logbook-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-test', version='1.2.1')
)
libraryDependencies += "org.zalando" % "logbook-test" % "1.2.1"
[org.zalando/logbook-test "1.2.1"]