Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIduk.gov.dwp.logging |
ArtifactId | ArtifactIdencoded-logger-output |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.gov.dwp.logging/encoded-logger-output/ -->
<dependency>
<groupId>uk.gov.dwp.logging</groupId>
<artifactId>encoded-logger-output</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.dwp.logging/encoded-logger-output/
implementation 'uk.gov.dwp.logging:encoded-logger-output:2.0.0'
// https://jarcasting.com/artifacts/uk.gov.dwp.logging/encoded-logger-output/
implementation ("uk.gov.dwp.logging:encoded-logger-output:2.0.0")
'uk.gov.dwp.logging:encoded-logger-output:jar:2.0.0'
<dependency org="uk.gov.dwp.logging" name="encoded-logger-output" rev="2.0.0">
<artifact name="encoded-logger-output" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.dwp.logging', module='encoded-logger-output', version='2.0.0')
)
libraryDependencies += "uk.gov.dwp.logging" % "encoded-logger-output" % "2.0.0"
[uk.gov.dwp.logging/encoded-logger-output "2.0.0"]