moonlight-engine
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.moonlightsuite</groupId> <artifactId>moonlight-engine</artifactId> <version>0.3.0</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>io.github.moonlightsuite</groupId> <artifactId>moonlight-engine</artifactId> <version>0.3.0</version> <name>moonlight-engine</name> <description>MoonLight is a light-weight Java-tool for monitoring temporal, spatial and spatio-temporal properties of distributed complex systems, such as Cyber-Physical Systems and Collective Adaptive Systems.</description> <url>https://github.com/moonlightsuite/moonlight</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://raw.githubusercontent.com/MoonLightSuite/MoonLight/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>michele-loreti</id> <name>Michele Loreti</name> <email>michele.loreti@unicam.it</email> </developer> <developer> <id>lauranenzi</id> <name>Laura Nenzi</name> <email>lnenzi@units.it</email> </developer> <developer> <id>ennioVisco</id> <name>Ennio Visconti</name> <email>ennio.visconti@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/moonlightsuite/moonlight.git</connection> <developerConnection>scm:git:ssh://github.com/moonlightsuite/moonlight.git</developerConnection> <url>https://github.com/moonlightsuite/moonlight</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.dokka</groupId> <artifactId>dokka-gradle-plugin</artifactId> <version>1.9.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>