MVN

com.nesscomputing : ness-syslog4j

Maven & Gradle

Feb 28, 2013
8 usages
16 stars

syslog4j, Ness Computing style · Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the structured syslog" protocol (RFC5424).

<dependency>
    <groupId>com.nesscomputing</groupId>
    <artifactId>ness-syslog4j</artifactId>
    <version>0.9.47-NESS-8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nesscomputing : ness-syslog4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.47-NESS-8

All Versions

Choose a version of com.nesscomputing : ness-syslog4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
ness-syslog4j-0.9.47-NESS-8
ness-syslog4j-0.9.47-NESS-7
ness-syslog4j-0.9.47-NESS-6
ness-syslog4j-0.9.47-NESS-4
ness-syslog4j-0.9.47-NESS-3
ness-syslog4j-0.9.47-NESS-2

How to add a dependency to Maven

Add the following com.nesscomputing : ness-syslog4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nesscomputing</groupId>
    <artifactId>ness-syslog4j</artifactId>
    <version>0.9.47-NESS-8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nesscomputing : ness-syslog4j gradle dependency to your build.gradle file:

implementation 'com.nesscomputing:ness-syslog4j:0.9.47-NESS-8'

Gradle Kotlin DSL: Add the following com.nesscomputing : ness-syslog4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nesscomputing:ness-syslog4j:0.9.47-NESS-8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nesscomputing : ness-syslog4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nesscomputing" % "ness-syslog4j" % "0.9.47-NESS-8"

Advertisement