moonlight-script
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.moonlightsuite</groupId> <artifactId>moonlight-script</artifactId> <version>v0.2.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-script</artifactId> <version>v0.2.0</version> <name>moonlight-script</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-jdk8</artifactId> <version>1.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4</artifactId> <version>4.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.dokka</groupId> <artifactId>dokka-gradle-plugin</artifactId> <version>1.8.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.moonlightsuite</groupId> <artifactId>moonlight-engine</artifactId> <version>v0.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> <version>4.8</version> <scope>runtime</scope> </dependency> </dependencies> </project>