lisa-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lisa-analyzer</groupId>
<artifactId>lisa-sdk</artifactId>
<version>0.2</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.lisa-analyzer</groupId>
<artifactId>lisa-sdk</artifactId>
<version>0.2</version>
<name>LiSA (lisa-sdk)</name>
<description>A library for static analysis</description>
<url>https://lisa-analyzer.github.io/</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>lucaneg</id>
<name>Luca Negrini</name>
<email>luca.negrini@unive.it</email>
<url>https://lucaneg.github.io/</url>
<organization>Ca' Foscari University of Venice, Italy</organization>
<organizationUrl>https://www.unive.it/</organizationUrl>
</developer>
<developer>
<id>VincenzoArceri</id>
<name>Vincenzo Arceri</name>
<email>vincenzo.arceri@unipr.it</email>
<url>https://vincenzoarceri.github.io/</url>
<organization>Ca' Foscari University of Venice, Italy</organization>
<organizationUrl>https://www.unive.it/</organizationUrl>
</developer>
<developer>
<id>pietroferrara</id>
<name>Pietro Ferrara</name>
<email>pietro.ferrara@unive.it</email>
<url>https://www.dais.unive.it/~ferrara/</url>
<organization>Ca' Foscari University of Venice, Italy</organization>
<organizationUrl>https://www.unive.it/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lisa-analyzer/lisa.git</connection>
<developerConnection>scm:git:ssh://github.com/lisa-analyzer/lisa.git</developerConnection>
<url>https://github.com/lisa-analyzer/lisa</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>0.18.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>