Categories |
CategoriesLogbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-parent |
Version | Version2.0.0-RC.6 |
Type | Typepom |
Filename | Size |
---|---|
logbook-parent-2.0.0-RC.6.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-parent/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.0.0-RC.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-parent/
implementation 'org.zalando:logbook-parent:2.0.0-RC.6'
// https://jarcasting.com/artifacts/org.zalando/logbook-parent/
implementation ("org.zalando:logbook-parent:2.0.0-RC.6")
'org.zalando:logbook-parent:pom:2.0.0-RC.6'
<dependency org="org.zalando" name="logbook-parent" rev="2.0.0-RC.6">
<artifact name="logbook-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-parent', version='2.0.0-RC.6')
)
libraryDependencies += "org.zalando" % "logbook-parent" % "2.0.0-RC.6"
[org.zalando/logbook-parent "2.0.0-RC.6"]