u

unlog

UnLog - An (almost) invisible logging framework.
https://github.com/unlog/unlog
The Apache Software License, Version 2.0
Aaron Knauf
Files download
File Operation
unlog-0.7.0.jar download
unlog-0.7.0.pom download
unlog-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.unlog</groupId>
  <artifactId>unlog</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.unlog:unlog:0.7.0'
Gradle Kotlin
implementation("com.github.unlog:unlog:0.7.0")
Scala SBT
libraryDependencies += "com.github.unlog" % "unlog" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.unlog', module='unlog', version='0.7.0')
)
Apache Ivy
<dependency org="com.github.unlog" name="unlog" rev="0.7.0" />
Leiningen
[com.github.unlog/unlog "0.7.0"]
Apache Buildr
'com.github.unlog:unlog:jar:0.7.0'
Dependencies
The project has no third-party dependencies