Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdxyz.capybara |
ArtifactId | ArtifactIdclamav-client |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
clamav-client-2.0.1.pom | |
clamav-client-2.0.1.jar | 50 KB |
clamav-client-2.0.1-sources.jar | 12 KB |
clamav-client-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.capybara/clamav-client/
implementation 'xyz.capybara:clamav-client:2.0.1'
// https://jarcasting.com/artifacts/xyz.capybara/clamav-client/
implementation ("xyz.capybara:clamav-client:2.0.1")
'xyz.capybara:clamav-client:jar:2.0.1'
<dependency org="xyz.capybara" name="clamav-client" rev="2.0.1">
<artifact name="clamav-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.capybara', module='clamav-client', version='2.0.1')
)
libraryDependencies += "xyz.capybara" % "clamav-client" % "2.0.1"
[xyz.capybara/clamav-client "2.0.1"]