N

NetCom2-Logging

The Logging-API used within NetCom2
https://github.com/ThorbenKuck/NetCom2
MIT License
Thorben Kuck
Files download
File Operation
NetCom2-Logging-1.1.jar download
NetCom2-Logging-1.1.pom download
NetCom2-Logging-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.thorbenkuck</groupId>
  <artifactId>NetCom2-Logging</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.thorbenkuck:NetCom2-Logging:1.1'
Gradle Kotlin
implementation("com.github.thorbenkuck:NetCom2-Logging:1.1")
Scala SBT
libraryDependencies += "com.github.thorbenkuck" % "NetCom2-Logging" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thorbenkuck', module='NetCom2-Logging', version='1.1')
)
Apache Ivy
<dependency org="com.github.thorbenkuck" name="NetCom2-Logging" rev="1.1" />
Leiningen
[com.github.thorbenkuck/NetCom2-Logging "1.1"]
Apache Buildr
'com.github.thorbenkuck:NetCom2-Logging:jar:1.1'