MVN

xyz.capybara : clamav-client

Maven & Gradle

Feb 01, 2022
4 usages
35 stars

ClamAV Client · Java Client for the ClamAV antivirus service.

<dependency>
    <groupId>xyz.capybara</groupId>
    <artifactId>clamav-client</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.capybara : clamav-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of xyz.capybara : clamav-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • clamav-client-2.1.2

    Feb 01, 2022
  • clamav-client-2.1.1

    Jan 28, 2022
  • clamav-client-2.1.0

    Jan 28, 2022
  • clamav-client-2.0.2

    Jan 29, 2018
  • clamav-client-2.0.1

    Nov 25, 2017
  • clamav-client-2.0.0

    Jul 22, 2017
  • clamav-client-1.0.4

    Jan 04, 2017
  • clamav-client-1.0.3

    Jul 13, 2016
  • clamav-client-1.0.2

    Apr 27, 2016
  • clamav-client-1.0.1

    Apr 27, 2016
  • clamav-client-1.0.0

    Apr 25, 2016

How to add a dependency to Maven

Add the following xyz.capybara : clamav-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.capybara</groupId>
    <artifactId>clamav-client</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.capybara : clamav-client gradle dependency to your build.gradle file:

implementation 'xyz.capybara:clamav-client:2.1.2'

Gradle Kotlin DSL: Add the following xyz.capybara : clamav-client gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.capybara:clamav-client:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.capybara : clamav-client sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.capybara" % "clamav-client" % "2.1.2"