clamav4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sensesecure</groupId> <artifactId>clamav4j</artifactId> <version>0.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.sensesecure</groupId> <artifactId>clamav4j</artifactId> <version>0.6</version> <packaging>jar</packaging> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> </properties> <name>ClamAV4j</name> <description>A Java library for ClamAV</description> <url>https://github.com/yotang/clamav4j</url> <scm> <connection>scm:git:git://github.com/yotang/clamav4j.git</connection> <developerConnection>scm:git:git@github.com:yotang/clamav4j.git</developerConnection> <url>http://github.com/yotang/clamav4j</url> </scm> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>