odin_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>odin_3</artifactId>
<version>0.4.5</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.polystat.odin</groupId>
<artifactId>odin_3</artifactId>
<packaging>jar</packaging>
<description>Odin (object dependency inspector) — static analyzer for EO source code that detects OOP-related bugs.</description>
<url>https://github.com/polystat/odin</url>
<version>0.4.5</version>
<licenses>
<license>
<name>MIT</name>
<url>https://mit-license.org</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>odin</name>
<organization>
<name>org.polystat</name>
<url>https://github.com/polystat</url>
</organization>
<scm>
<url>https://github.com/polystat/odin</url>
<connection>scm:git@github.com:polystat/odin.git</connection>
</scm>
<developers>
<developer>
<id>sitiritis</id>
<name>Tymur Lysenko</name>
<url>https://github.com/Sitiritis</url>
<email>nanotimcool@gmail.com</email>
</developer>
<developer>
<id>nikololiahim</id>
<name>Mihail Olokin</name>
<url>https://github.com/nikololiahim</url>
<email>olomishcak@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>utils_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>core_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>parser_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>analysis_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>backends_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>interop_3</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
</project>