License |
License |
---|---|
GroupId | GroupIdcom.github.greysoft.naf |
ArtifactId | ArtifactIdgreylog |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGreyLog Logging Framework
Framework for non-blocking socket I/O and timers
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
greylog-2.5.0.pom | |
greylog-2.5.0.jar | 35 KB |
greylog-2.5.0-sources.jar | 21 KB |
greylog-2.5.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog/ -->
<dependency>
<groupId>com.github.greysoft.naf</groupId>
<artifactId>greylog</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog/
implementation 'com.github.greysoft.naf:greylog:2.5.0'
// https://jarcasting.com/artifacts/com.github.greysoft.naf/greylog/
implementation ("com.github.greysoft.naf:greylog:2.5.0")
'com.github.greysoft.naf:greylog:jar:2.5.0'
<dependency org="com.github.greysoft.naf" name="greylog" rev="2.5.0">
<artifact name="greylog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.greysoft.naf', module='greylog', version='2.5.0')
)
libraryDependencies += "com.github.greysoft.naf" % "greylog" % "2.5.0"
[com.github.greysoft.naf/greylog "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.greysoft.naf : greybase | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
commons-logging : commons-logging | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.17.0 |