License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdhu.alphabox |
ArtifactId | ArtifactIdclamav-client |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionclamav-client
A solid client in Java to communicate with ClamAV
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clamav-client-0.1.pom | |
clamav-client-0.1.jar | 15 KB |
clamav-client-0.1-sources.jar | 13 KB |
clamav-client-0.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.alphabox/clamav-client/ -->
<dependency>
<groupId>hu.alphabox</groupId>
<artifactId>clamav-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.alphabox/clamav-client/
implementation 'hu.alphabox:clamav-client:0.1'
// https://jarcasting.com/artifacts/hu.alphabox/clamav-client/
implementation ("hu.alphabox:clamav-client:0.1")
'hu.alphabox:clamav-client:jar:0.1'
<dependency org="hu.alphabox" name="clamav-client" rev="0.1">
<artifact name="clamav-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.alphabox', module='clamav-client', version='0.1')
)
libraryDependencies += "hu.alphabox" % "clamav-client" % "0.1"
[hu.alphabox/clamav-client "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |