stars-core
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>tools.aqua</groupId> <artifactId>stars-core</artifactId> <version>0.5</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>tools.aqua</groupId> <artifactId>stars-core</artifactId> <version>0.5</version> <name>STARS Core Library</name> <description>STARS - Scenario-Based Testing of Autonomous Robotic Systems - Core Library</description> <url>https://github.com/tudo-aqua/stars</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <name>Till Schallau</name> <email>till.schallau@tu-dortmund.de</email> </developer> <developer> <name>Stefan Naujokat</name> <email>stefan.naujokat@tu-dortmund.de</email> </developer> <developer> <name>Fiona Kullmann</name> <email>fiona.kullmann@tu-dortmund.de</email> </developer> <developer> <name>Falk Howar</name> <email>falk.howar@tu-dortmund.de</email> </developer> <developer> <name>Nick Pawlinorz</name> <email>nick.pawlinorz@tu-dortmund.de</email> </developer> <developer> <name>Dominik Schmid</name> <email>dominik.schmid@tu-dortmund.de</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:tudo-aqua/stars.git</connection> <developerConnection>scm:git:ssh://git@github.com:tudo-aqua/stars.git</developerConnection> <url>https://github.com/tudo-aqua/stars/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.lets-plot</groupId> <artifactId>lets-plot-kotlin-jvm</artifactId> <version>4.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.lets-plot</groupId> <artifactId>lets-plot-image-export</artifactId> <version>4.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>