Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.ft.membership |
ArtifactId | ArtifactIdfluent-logging |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fluent-logging-3.0.0.pom | |
fluent-logging-3.0.0.jar | 14 KB |
fluent-logging-3.0.0-sources.jar | 9 KB |
fluent-logging-3.0.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/ -->
<dependency>
<groupId>com.ft.membership</groupId>
<artifactId>fluent-logging</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/
implementation 'com.ft.membership:fluent-logging:3.0.0'
// https://jarcasting.com/artifacts/com.ft.membership/fluent-logging/
implementation ("com.ft.membership:fluent-logging:3.0.0")
'com.ft.membership:fluent-logging:jar:3.0.0'
<dependency org="com.ft.membership" name="fluent-logging" rev="3.0.0">
<artifact name="fluent-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ft.membership', module='fluent-logging', version='3.0.0')
)
libraryDependencies += "com.ft.membership" % "fluent-logging" % "3.0.0"
[com.ft.membership/fluent-logging "3.0.0"]