组织ID: |
org.popperfw |
项目ID: |
Core |
版本: |
0.6 |
最后修改时间: |
2019-07-12 09:15:59 |
包类型: |
jar |
标题: |
Popper Framework Core |
描述: |
Implementation of core functionality of Popper Framework |
相关URL: |
http://popperfw.org/ |
大小: |
48.16KB |
|
Maven引入代码: |
<dependency>
<groupId>org.popperfw</groupId>
<artifactId>Core</artifactId>
<version>0.6</version>
</dependency>
|
Gradle引入代码: |
org.popperfw:Core:0.6
|
下载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>Core</artifactId>
<packaging>jar</packaging>
<version>0.6</version>
<name>Popper Framework Core</name>
<description>Implementation of core functionality of Popper Framework</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/trunk/Core</url>
<connection>scm:svn:https://svn.code.sf.net/p/popperfw/svn/trunk/Core</connection>
</scm>
<developers>
<developer>
<id>1</id>
<name>Michael Bulla</name>
<email>michaelbulla@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.popperfw</groupId>
<artifactId>Interfaces</artifactId>
<version>0.6</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.24.1</version>
<scope>provided</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.1.GA</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>0.9.2</version>
</dependency>
</dependencies>
<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>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<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>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagBase>
https://svn.code.sf.net/p/popperfw/svn/tags/
</tagBase>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<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>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshot</id>
<name>MyCo Internal Repository</name>
<!-- <url>http://builds.mooo.com:8080/nexus/content/repositories/snapshots</url> -->
<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.webdriver.annotations.Frame$FrameImpl.class
org.popper.fw.webdriver.annotations.Frame$FramePoExtension.class
org.popper.fw.webdriver.annotations.Frame.class
org.popper.fw.webdriver.annotations.locator.AbstractLocatorAnnotationProcessor.class
org.popper.fw.webdriver.annotations.locator.Locator.class
org.popper.fw.webdriver.annotations.locator.LocatorAnnotationProcessor.class
org.popper.fw.webdriver.annotations.PageAccessor$PageAccessorImpl.class
org.popper.fw.webdriver.annotations.PageAccessor.class
org.popper.fw.webdriver.annotations.PageSource$PageSourceImpl.class
org.popper.fw.webdriver.annotations.PageSource.class
org.popper.fw.webdriver.annotations.Title$TitleImpl.class
org.popper.fw.webdriver.annotations.Title.class
org.popper.fw.webdriver.Browser.class
org.popper.fw.webdriver.DefaultWebdriverConfig.class
org.popper.fw.webdriver.elements.impl.AbstractInput.class
org.popper.fw.webdriver.elements.impl.AbstractWebElement.class
org.popper.fw.webdriver.elements.impl.DefaultButton.class
org.popper.fw.webdriver.elements.impl.DefaultCheckbox.class
org.popper.fw.webdriver.elements.impl.DefaultFileupload.class
org.popper.fw.webdriver.elements.impl.DefaultImage.class
org.popper.fw.webdriver.elements.impl.DefaultLabel.class
org.popper.fw.webdriver.elements.impl.DefaultLink.class
org.popper.fw.webdriver.elements.impl.DefaultRadioButton.class
org.popper.fw.webdriver.elements.impl.DefaultSelectBox.class
org.popper.fw.webdriver.elements.impl.DefaultTextBox.class
org.popper.fw.webdriver.elements.impl.TextArea.class
org.popper.fw.webdriver.elements.impl.TinyMceTextBox.class
org.popper.fw.webdriver.elements.impl.WebElementReference.class
org.popper.fw.webdriver.elements.IWebButton.class
org.popper.fw.webdriver.elements.IWebCheckbox.class
org.popper.fw.webdriver.elements.IWebElement.class
org.popper.fw.webdriver.elements.IWebFileupload.class
org.popper.fw.webdriver.elements.IWebImage.class
org.popper.fw.webdriver.elements.IWebInput.class
org.popper.fw.webdriver.elements.IWebLabel.class
org.popper.fw.webdriver.elements.IWebLink.class
org.popper.fw.webdriver.elements.IWebRadioButton.class
org.popper.fw.webdriver.elements.IWebSelectBox.class
org.popper.fw.webdriver.elements.IWebTextBox.class
org.popper.fw.webdriver.IWebdriverConfig.class
org.popper.fw.webdriver.WebdriverContext.class
org.popper.fw.webdriver.WebdriverDefaultElementFactory.class
org.popper.fw.webdriver.WebdriverFactory$1.class
org.popper.fw.webdriver.WebdriverFactory.class
org.popper.fw.webdriver.WebdriverPageObjectHelper$WebdriverPoExtension.class
org.popper.fw.webdriver.WebdriverPageObjectHelper.class
META-INF/maven/org.popperfw/Core/pom.xml
META-INF/maven/org.popperfw/Core/pom.properties
|
依赖Jar: |
Interfaces-0.6.jar
/org.popperfw/Interfaces/0.6
查看Interfaces所有版本文件
selenium-java-2.24.1.jar
/org.seleniumhq.selenium/selenium-java/2.24.1
查看selenium-java所有版本文件
log4j-1.2.13.jar
/log4j/log4j/1.2.13
查看log4j所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
javassist-3.12.1.GA.jar
/javassist/javassist/3.12.1.GA
查看javassist所有版本文件
jgrapht-core-0.9.2.jar
/org.jgrapht/jgrapht-core/0.9.2
查看jgrapht-core所有版本文件
|