kalasim
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.holgerbrandl</groupId>
<artifactId>kalasim</artifactId>
<version>1.3.3</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>com.github.holgerbrandl</groupId>
<artifactId>kalasim</artifactId>
<version>1.3.3</version>
<name>kalasim</name>
<description>kalasim is a process-oriented discrete event simulation engine</description>
<url>https://www.kalasim.org</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://raw.githubusercontent.com/holgerbrandl/kalasim/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>holgerbrandl</id>
<name>Holger Brandl</name>
<email>holgerbrandl@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/holgerbrandl/kalasim.git</connection>
<url>https://github.com/holgerbrandl/kalasim.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core-jvm</artifactId>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20251224</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.holgerbrandl</groupId>
<artifactId>jsonbuilder</artifactId>
<version>0.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>0.7.1-0.6.x-compat</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.oshai</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>7.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.holgerbrandl</groupId>
<artifactId>kdfutils</artifactId>
<version>1.6.0</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>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>