spock-screen-recorder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.iskrenyp</groupId>
<artifactId>spock-screen-recorder</artifactId>
<version>1.0.4</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.iskrenyp</groupId>
<artifactId>spock-screen-recorder</artifactId>
<version>1.0.4</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.github.iskrenyp</groupId>
<artifactId>core-api</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.stephenc.monte</groupId>
<artifactId>monte-screen-recorder</artifactId>
<version>0.7.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications</description>
<name>Spock Framework local annotation driven extensions</name>
<url>https://github.com/iskrenyp/spock-goodies</url>
<organization>
<name>com.github.iskrenyp</name>
<url>https://github.com/iskrenyp</url>
</organization>
<licenses>
<license>
<name>Creative Commons Attribution 3.0 License</name>
<url>https://creativecommons.org/licenses/by/3.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/iskrenyp/spock-goodies</url>
<connection>scm:git:git://github.com/iskrenyp/spock-goodies.git</connection>
<developerConnection>scm:git:ssh:git@github.com:iskrenyp/spock-goodies.git</developerConnection>
</scm>
<developers>
<developer>
<name>iskrenyp</name>
</developer>
</developers>
</project>