is not current version
Last Version 1.1

com.github.fommil:java-logging 1.0

A variety of java.util.logging formatters, adapters and filters.

Categories

Categories

Java Languages Logging Application Layer Libs
GroupId

GroupId

com.github.fommil
ArtifactId

ArtifactId

java-logging
Version

Version

1.0
Type

Type

jar

Download java-logging 1.0


<!-- https://jarcasting.com/artifacts/com.github.fommil/java-logging/ -->
<dependency>
    <groupId>com.github.fommil</groupId>
    <artifactId>java-logging</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil/java-logging/
implementation 'com.github.fommil:java-logging:1.0'
// https://jarcasting.com/artifacts/com.github.fommil/java-logging/
implementation ("com.github.fommil:java-logging:1.0")
'com.github.fommil:java-logging:jar:1.0'
<dependency org="com.github.fommil" name="java-logging" rev="1.0">
  <artifact name="java-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil', module='java-logging', version='1.0')
)
libraryDependencies += "com.github.fommil" % "java-logging" % "1.0"
[com.github.fommil/java-logging "1.0"]