bugvm-soot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bugvm</groupId>
<artifactId>bugvm-soot</artifactId>
<version>1.2.9</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>com.bugvm</groupId>
<artifactId>bugvm-soot</artifactId>
<version>1.2.9</version>
<name>bugvm-soot</name>
<description>BugVM Soot</description>
<url>https://bugvm.com</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1</name>
<url>https://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>bugvm</id>
<name>We are the BugVM</name>
<email>bug@bugvm.com</email>
<organization>org.apache.maven.model.Organization@38fb62ba</organization>
<organizationUrl>https://bugvm.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bugvm/bugvm.git</connection>
<developerConnection>scm:git:ssh://github.com:bugvm/bugvm.git</developerConnection>
<url>https://github.com/bugvm/bugvm</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.40</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>