spek-dsl-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.spekframework.spek2</groupId> <artifactId>spek-dsl-jvm</artifactId> <version>2.0.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 http://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>org.spekframework.spek2</groupId> <artifactId>spek-dsl-jvm</artifactId> <version>2.0.19</version> <name>Spek DSL JVM</name> <description>Kotlin JVM module for spek-dsl</description> <url>https://github.com/spekframework/spek</url> <licenses> <license> <name>Modified BSD</name> <url>https://github.com/spekframework/spek/blob/2.x/LICENSE.TXT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>spek</id> <name>Spek Team</name> <email>team@spekframwork.org</email> <url>https://spekframework.org</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/spekframework/spek</connection> <developerConnection>scm:git:github.com:spekframework/spek.git</developerConnection> <tag>2.x</tag> <url>https://github.com/spekframework/spek</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.31</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.5.31</version> <scope>runtime</scope> </dependency> </dependencies> </project>