aviron
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jlangch</groupId>
<artifactId>aviron</artifactId>
<version>1.9.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jlangch</groupId>
<artifactId>aviron</artifactId>
<version>1.9.1</version>
<name>Aviron</name>
<description>A Java ClamAV scanner client</description>
<url>https://github.com/jlangch/aviron/</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>jlangch</id>
<name>Juerg Lang</name>
<email>juerg.ch@ggaweb.ch</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:jlangch/aviron.git</connection>
<developerConnection>scm:git:git@github.com:jlangch/aviron.git</developerConnection>
<url>http://github.com:jlangch/aviron/tree/master</url>
</scm>
</project>