| Group ID: |
com.github.qacore |
| Artifact ID: |
java-testing-toolbox |
| Version: |
1.1.2 |
| Last modified: |
12.06.2017 13:04 |
| Packaging: |
jar |
| Name: |
Java Testing Toolbox |
| Description: |
Useful classes for writing automated tests with Java |
| URL: |
https://github.com/qacore/java-testing-toolbox |
|
|
| Size: |
25.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/qacore/java-testing-toolbox/1.1.2/java-testing-toolbox-1.1.2.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.qacore</groupId>
<artifactId>java-testing-toolbox</artifactId>
<version>1.1.2</version>
<packaging>jar</packaging>
<name>Java Testing Toolbox</name>
<description>Useful classes for writing automated tests with Java</description>
<url>https://github.com/qacore/java-testing-toolbox</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/qacore/selenium-toolbox</url>
<connection>scm:git://github.com/qacore/java-testing-toolbox.git</connection>
<developerConnection>scm:git:@github.com:qacore/java-testing-toolbox.git</developerConnection>
</scm>
<developers>
<developer>
<id>lcarmonas</id>
<name>Leonardo Carmona da Silva</name>
<email>lcdesenv@gmail.com</email>
<url>https://github.com/leocarmona</url>
<roles>
<role>software architect</role>
</roles>
<timezone>-3</timezone>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/QACore/Java-Testing-Toolbox/issues</url>
</issueManagement>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.qacore</groupId>
<artifactId>java-testing-toolbox</artifactId>
<version>1.1.2</version>
</dependency>
|
| Gradle: |
com.github.qacore:java-testing-toolbox:1.1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|