Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.mayconmfl |
ArtifactId | ArtifactIdlog4j-formatter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
log4j-formatter-1.0.0.pom | |
log4j-formatter-1.0.0.jar | 6 KB |
log4j-formatter-1.0.0-sources.jar | 3 KB |
log4j-formatter-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mayconmfl/log4j-formatter/ -->
<dependency>
<groupId>com.github.mayconmfl</groupId>
<artifactId>log4j-formatter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mayconmfl/log4j-formatter/
implementation 'com.github.mayconmfl:log4j-formatter:1.0.0'
// https://jarcasting.com/artifacts/com.github.mayconmfl/log4j-formatter/
implementation ("com.github.mayconmfl:log4j-formatter:1.0.0")
'com.github.mayconmfl:log4j-formatter:jar:1.0.0'
<dependency org="com.github.mayconmfl" name="log4j-formatter" rev="1.0.0">
<artifact name="log4j-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mayconmfl', module='log4j-formatter', version='1.0.0')
)
libraryDependencies += "com.github.mayconmfl" % "log4j-formatter" % "1.0.0"
[com.github.mayconmfl/log4j-formatter "1.0.0"]