Categories |
CategoriesJSON Data Logbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-json |
Version | Version2.0.0-RC.2 |
Type | Typejar |
Filename | Size |
---|---|
logbook-json-2.0.0-RC.2.pom | |
logbook-json-2.0.0-RC.2.jar | 16 KB |
logbook-json-2.0.0-RC.2-sources.jar | 10 KB |
logbook-json-2.0.0-RC.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-json/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-json</artifactId>
<version>2.0.0-RC.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-json/
implementation 'org.zalando:logbook-json:2.0.0-RC.2'
// https://jarcasting.com/artifacts/org.zalando/logbook-json/
implementation ("org.zalando:logbook-json:2.0.0-RC.2")
'org.zalando:logbook-json:jar:2.0.0-RC.2'
<dependency org="org.zalando" name="logbook-json" rev="2.0.0-RC.2">
<artifact name="logbook-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-json', version='2.0.0-RC.2')
)
libraryDependencies += "org.zalando" % "logbook-json" % "2.0.0-RC.2"
[org.zalando/logbook-json "2.0.0-RC.2"]