License |
License |
---|---|
GroupId | GroupIdcom.github.unlog |
ArtifactId | ArtifactIdunlog |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunlog
UnLog - An (almost) invisible logging framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unlog-0.7.0.pom | |
unlog-0.7.0.jar | 23 KB |
unlog-0.7.0-sources.jar | 14 KB |
unlog-0.7.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.unlog/unlog/ -->
<dependency>
<groupId>com.github.unlog</groupId>
<artifactId>unlog</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unlog/unlog/
implementation 'com.github.unlog:unlog:0.7.0'
// https://jarcasting.com/artifacts/com.github.unlog/unlog/
implementation ("com.github.unlog:unlog:0.7.0")
'com.github.unlog:unlog:jar:0.7.0'
<dependency org="com.github.unlog" name="unlog" rev="0.7.0">
<artifact name="unlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unlog', module='unlog', version='0.7.0')
)
libraryDependencies += "com.github.unlog" % "unlog" % "0.7.0"
[com.github.unlog/unlog "0.7.0"]