组织ID: |
org.popperfw |
项目ID: |
Interfaces |
版本: |
0.1.1 |
最后修改时间: |
2019-10-24 08:34:24 |
包类型: |
jar |
标题: |
Popper Framework Interfaces |
描述: |
Definition of the interfaces all Popper Framework
implementations depend on |
相关URL: |
http://popperfw.org/ |
大小: |
18.36KB |
|
Maven引入代码: |
<dependency>
<groupId>org.popperfw</groupId>
<artifactId>Interfaces</artifactId>
<version>0.1.1</version>
</dependency>
|
Gradle引入代码: |
org.popperfw:Interfaces:0.1.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId>
<version>7</version> </parent> -->
<groupId>org.popperfw</groupId>
<artifactId>Interfaces</artifactId>
<packaging>jar</packaging>
<version>0.1.1</version>
<name>Popper Framework Interfaces</name>
<description>Definition of the interfaces all Popper Framework
implementations depend on</description>
<url>http://popperfw.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://svn.code.sf.net/p/popperfw/svn/tags/Interfaces-0.1</url>
<connection>scm:svn:https://svn.code.sf.net/p/popperfw/svn/tags/Interfaces-0.1</connection>
</scm>
<developers>
<developer>
<id>1</id>
<name>Michael Bulla</name>
<email>michaelbulla@gmail.com</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
<wtpversion>2.0</wtpversion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<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>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<tagBase>
https://svn.code.sf.net/p/popperfw/svn/tags/
</tagBase>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.popper.fw.annotations.Accessor.class
org.popper.fw.annotations.Action.class
org.popper.fw.annotations.DefaultConstructor.class
org.popper.fw.annotations.ElementFactory.class
org.popper.fw.annotations.ImplementedBy.class
org.popper.fw.annotations.LocateByCssSelector.class
org.popper.fw.annotations.LocateById.class
org.popper.fw.annotations.LocateByXpath.class
org.popper.fw.annotations.Locator.class
org.popper.fw.annotations.MethodImplementedBy.class
org.popper.fw.annotations.OnExist.class
org.popper.fw.annotations.Page.class
org.popper.fw.annotations.PageAccessor.class
org.popper.fw.annotations.PageSource.class
org.popper.fw.annotations.ParamName.class
org.popper.fw.annotations.Title.class
org.popper.fw.annotations.Type.class
org.popper.fw.annotations.VerifyBy.class
org.popper.fw.element.IButton.class
org.popper.fw.element.ICheckbox.class
org.popper.fw.element.IFileupload.class
org.popper.fw.element.IImage.class
org.popper.fw.element.IInput.class
org.popper.fw.element.ILabel.class
org.popper.fw.element.ILink.class
org.popper.fw.element.IRadioButton.class
org.popper.fw.element.ISelectBox.class
org.popper.fw.element.ITextBox.class
org.popper.fw.element.IWebElement.class
org.popper.fw.interfaces.IElementFactory.class
org.popper.fw.interfaces.ILocatorProcessor.class
org.popper.fw.interfaces.IMethodRunner.class
org.popper.fw.interfaces.IPoExistHandler.class
org.popper.fw.interfaces.IPoFactory.class
org.popper.fw.interfaces.Loc.class
org.popper.fw.interfaces.LocatorContextInformation.class
META-INF/maven/org.popperfw/Interfaces/pom.xml
META-INF/maven/org.popperfw/Interfaces/pom.properties
|
依赖Jar: |
无
|