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