License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.svendiedrichsen |
ArtifactId | ArtifactIdlog-formatter |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionJUL log formatter
Parent for JUL JSON formatter modules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-formatter-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/ -->
<dependency>
<groupId>com.github.svendiedrichsen</groupId>
<artifactId>log-formatter</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/
implementation 'com.github.svendiedrichsen:log-formatter:1.0.2'
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/
implementation ("com.github.svendiedrichsen:log-formatter:1.0.2")
'com.github.svendiedrichsen:log-formatter:pom:1.0.2'
<dependency org="com.github.svendiedrichsen" name="log-formatter" rev="1.0.2">
<artifact name="log-formatter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.svendiedrichsen', module='log-formatter', version='1.0.2')
)
libraryDependencies += "com.github.svendiedrichsen" % "log-formatter" % "1.0.2"
[com.github.svendiedrichsen/log-formatter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |