| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdxyz.capybara |
| ArtifactId | ArtifactIdclamav-client |
| Version | Version2.0.2 |
| Type | Typejar |
| Description |
DescriptionClamAV Client
Java Client for the ClamAV antivirus service.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| clamav-client-2.0.2.pom | |
| clamav-client-2.0.2.jar | 50 KB |
| clamav-client-2.0.2-sources.jar | 12 KB |
| clamav-client-2.0.2-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.capybara/clamav-client/ -->
<dependency>
<groupId>xyz.capybara</groupId>
<artifactId>clamav-client</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.capybara/clamav-client/
implementation 'xyz.capybara:clamav-client:2.0.2'
// https://jarcasting.com/artifacts/xyz.capybara/clamav-client/
implementation ("xyz.capybara:clamav-client:2.0.2")
'xyz.capybara:clamav-client:jar:2.0.2'
<dependency org="xyz.capybara" name="clamav-client" rev="2.0.2">
<artifact name="clamav-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.capybara', module='clamav-client', version='2.0.2')
)
libraryDependencies += "xyz.capybara" % "clamav-client" % "2.0.2"
[xyz.capybara/clamav-client "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.21 |
| io.github.microutils : kotlin-logging | jar | 1.5.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.9.0 |