Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.svendiedrichsen |
ArtifactId | ArtifactIdlog-formatter |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
log-formatter-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/ -->
<dependency>
<groupId>com.github.svendiedrichsen</groupId>
<artifactId>log-formatter</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/
implementation 'com.github.svendiedrichsen:log-formatter:1.0.0'
// https://jarcasting.com/artifacts/com.github.svendiedrichsen/log-formatter/
implementation ("com.github.svendiedrichsen:log-formatter:1.0.0")
'com.github.svendiedrichsen:log-formatter:pom:1.0.0'
<dependency org="com.github.svendiedrichsen" name="log-formatter" rev="1.0.0">
<artifact name="log-formatter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.svendiedrichsen', module='log-formatter', version='1.0.0')
)
libraryDependencies += "com.github.svendiedrichsen" % "log-formatter" % "1.0.0"
[com.github.svendiedrichsen/log-formatter "1.0.0"]