Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIduk.gov.dwp.logging |
ArtifactId | ArtifactIdencoded-logger-output |
Version | Version1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.dwp.logging/encoded-logger-output/
implementation 'uk.gov.dwp.logging:encoded-logger-output:1.1.0'
// https://jarcasting.com/artifacts/uk.gov.dwp.logging/encoded-logger-output/
implementation ("uk.gov.dwp.logging:encoded-logger-output:1.1.0")
'uk.gov.dwp.logging:encoded-logger-output:jar:1.1.0'
<dependency org="uk.gov.dwp.logging" name="encoded-logger-output" rev="1.1.0">
<artifact name="encoded-logger-output" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.dwp.logging', module='encoded-logger-output', version='1.1.0')
)
libraryDependencies += "uk.gov.dwp.logging" % "encoded-logger-output" % "1.1.0"
[uk.gov.dwp.logging/encoded-logger-output "1.1.0"]