alchemist-loading
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-loading</artifactId>
<version>43.0.12</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>it.unibo.alchemist</groupId>
<artifactId>alchemist-loading</artifactId>
<version>43.0.12</version>
<name>Alchemist Loading</name>
<description>Alchemist Machinery to load from files</description>
<url>https://github.com/AlchemistSimulator/Alchemist</url>
<licenses>
<license>
<name>GPL 3.0 with linking exception</name>
<url>https://github.com/AlchemistSimulator/Alchemist/blob/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<name>Danilo Pianini</name>
<email>danilo.pianini@unibo.it</email>
<url>https://www.danilopianini.org</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Matteo Magnani</name>
<email>matteo.magnani18@studio.unibo.it</email>
</contributor>
<contributor>
<name>Andrea Placuzzi</name>
<email>andrea.placuzzi@studio.unibo.it</email>
</contributor>
<contributor>
<name>Franco Pradelli</name>
<email>franco.pradelli@studio.unibo.it</email>
</contributor>
</contributors>
<scm>
<connection>git:git@github.com:AlchemistSimulator/Alchemist.git</connection>
<developerConnection>git:git@github.com:AlchemistSimulator/Alchemist.git</developerConnection>
<url>https://github.com/AlchemistSimulator/Alchemist</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-common</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<version>2.3.10</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jsr223</artifactId>
<version>2.3.10</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-api</artifactId>
<version>43.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-implementationbase</artifactId>
<version>43.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-maintenance-tooling-jvm</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.danilopianini</groupId>
<artifactId>thread-inheritable-resource-loader</artifactId>
<version>0.3.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-engine</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-euclidean-geometry</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-common</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core-jvm</artifactId>
<version>2.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>dsiutils</artifactId>
<version>2.7.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graphstream</groupId>
<artifactId>gs-algo</artifactId>
<version>2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.5.0-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.danilopianini</groupId>
<artifactId>jirf</artifactId>
<version>0.4.37</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.pearx.kasechange</groupId>
<artifactId>kasechange-jvm</artifactId>
<version>1.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.6.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>3.0.25</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jsr223</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.13.18</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>