robotframework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<version>4.1.2</version>
</dependency><!-- This pom is used only for releasing the jar distribution to Sonatype repositories.
More information in BUILD.rst. -->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<packaging>jar</packaging>
<name>Robot Framework</name>
<version>4.1.2</version>
<description>High level test automation framework</description>
<url>http://robotframework.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/robotframework/robotframework</url>
<connection>scm:git:https://github.com/robotframework/robotframework</connection>
<developerConnection>scm:git:https://github.com/robotframework/robotframework</developerConnection>
</scm>
<developers>
<developer>
<id>Robot Framework developers</id>
<email>robotframework@gmail.com</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
</project>