env
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.artificial-vulnerability-tools</groupId>
<artifactId>env</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>io.github.artificial-vulnerability-tools</groupId>
<artifactId>env</artifactId>
<version>0.0.1</version>
<name>env</name>
<description>Artificial environment for epidemic virus spreading</description>
<url>https://github.com/artificial-vulnerability-tools/env</url>
<organization>
<name>io.github.artificial-vulnerability-tools</name>
<url>https://github.com/artificial-vulnerability-tools</url>
</organization>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/artificial-vulnerability-tools/env/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Pavel Drankou</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/artificial-vulnerability-tools/env.git</connection>
<developerConnection>scm:git:ssh://git@github.com:artificial-vulnerability-tools/env.git</developerConnection>
<url>https://github.com/artificial-vulnerability-tools/env</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/artificial-vulnerability-tools/env/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
<version>3.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>