azuki-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.anaplan.engineering</groupId> <artifactId>azuki-core</artifactId> <version>0.4.0-alpha.19</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.anaplan.engineering</groupId> <artifactId>azuki-core</artifactId> <version>0.4.0-alpha.19</version> <name>Azuki</name> <description>The core library of the Azuki framework for behaviour driven specification</description> <url>https://github.com/anaplan-engineering/azuki</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/anaplan-engineering/azuki/blob/main/LICENCE.txt</url> </license> </licenses> <developers> <developer> <id>sifraser</id> <name>Simon Fraser</name> <email>simon.fraser@anaplan.com</email> <url>https://github.com/sifraser</url> <organization>Anaplan Ltd</organization> <organizationUrl>http://www.anaplan.com</organizationUrl> <roles> <role>architect</role> <role>senior principal engineer</role> </roles> </developer> <developer> <id>donbex</id> <name>Alessandro Pezzoni</name> <email>alessandro.pezzoni@anaplan.com</email> <url>https://github.com/donbex</url> <organization>Anaplan Ltd</organization> <organizationUrl>http://www.anaplan.com</organizationUrl> <roles> <role>engineer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/anaplan-engineering/azuki.git</connection> <developerConnection>scm:git:git@github.com:anaplan-engineering/azuki.git</developerConnection> <url>https://github.com/anaplan-engineering/azuki</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.9.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.12.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.semver4j</groupId> <artifactId>semver4j</artifactId> <version>5.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-script-runtime</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-compiler-embeddable</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-compiler-embeddable</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-common</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-jvm</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-dependencies</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-jsr223</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>