Added minlog. updated version

This commit is contained in:
nathan 2020-08-24 01:42:03 +02:00
parent 2faba6dcb4
commit 312cf036ed
2 changed files with 18 additions and 1 deletions

16
LICENSE
View File

@ -112,6 +112,22 @@
Copyright 2019
QOS.ch
- MinLog-SLF4J - Drop-in replacement for MinLog to log through SLF4j.
[BSD 3-Clause License]
https://git.dorkbox.com/dorkbox/MinLog-SLF4J
https://github.com/EsotericSoftware/minlog
Copyright 2020
Dorkbox LLC
Nathan Sweet
Dan Brown
Extra license information
- SLF4J - Simple facade or abstraction for various logging frameworks
[MIT License]
http://www.slf4j.org
Copyright 2019
QOS.ch
- Utilities - Utilities for use within Java projects
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Utilities

View File

@ -39,7 +39,7 @@ object Extras {
// set for the project
const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+"
const val group = "com.dorkbox"
const val version = "5.0-alpha4"
const val version = "5.0-alpha5"
// set as project.ext
const val name = "Network"
@ -217,6 +217,7 @@ dependencies {
implementation("net.jodah:typetools:0.6.2")
implementation("com.dorkbox:MinLog-SLF4J:1.2")
implementation("com.dorkbox:Utilities:1.7")
implementation("com.dorkbox:NetworkUtils:1.3")