组织ID: |
org.apereo |
项目ID: |
spring-webflow-client-repo |
版本: |
1.0.3 |
最后修改时间: |
2018-07-26 18:49:17 |
包类型: |
jar |
标题: |
Spring Webflow Client Repository |
描述: |
Flow execution storage on client via form/request parameter. |
相关URL: |
https://github.com/Apereo/spring-webflow-client-repo |
大小: |
18.63KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apereo</groupId>
<artifactId>spring-webflow-client-repo</artifactId>
<version>1.0.3</version>
</dependency>
|
Gradle引入代码: |
org.apereo:spring-webflow-client-repo:1.0.3
|
下载Jar包: |
|
POM文件内容: |
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a
copy of the License at the following location:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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">
<parent>
<groupId>org.jasig.parent</groupId>
<artifactId>jasig-parent</artifactId>
<version>41</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apereo</groupId>
<artifactId>spring-webflow-client-repo</artifactId>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>Spring Webflow Client Repository</name>
<description>Flow execution storage on client via form/request parameter.</description>
<url>https://github.com/Apereo/spring-webflow-client-repo</url>
<inceptionYear>2013</inceptionYear>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<repositories>
<repository>
<id>Apereo</id>
<url>https://github.com/apereo/spring-webflow-client-repo</url>
<snapshots />
</repository>
</repositories>
<developers>
<developer>
<id>serac</id>
<name>Marvin S. Addison</name>
<email>marvin.addison@gmail.com</email>
<timezone>-5</timezone>
</developer>
<developer>
<id>mmoayyed</id>
<name>Misagh Moayyed</name>
<email>mmoayyed@unicon.net</email>
<timezone>-7</timezone>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:Apereo/spring-webflow-client-repo.git</connection>
<developerConnection>scm:git:git@github.com:Apereo/spring-webflow-client-repo.git</developerConnection>
<url>https://github.com/Apereo/spring-webflow-client-repo</url>
<tag>spring-webflow-client-repo-1.0.3</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
<type>jar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>${spring.webflow.version}</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
<exclusion>
<artifactId>spring-beans</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-context</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-expression</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-web</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-webmvc</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
</dependency>
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
<version>${cryptacular.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testResources>
<testResource>
<directory>${basedir}/src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${project.build.sourceVersion}</source>
<target>${project.build.targetVersion}</target>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<header>src/etc/header.txt</header>
<skipExistingHeaders>true</skipExistingHeaders>
<headerDefinitions>
<headerDefinition>src/etc/header-definitions.xml</headerDefinition>
</headerDefinitions>
<mapping>
<schema>SCRIPT_STYLE</schema>]
<ldif>SCRIPT_STYLE</ldif>
<yml>SCRIPT_STYLE</yml>
<conf>JAVADOC_STYLE</conf>
</mapping>
<strictCheck>true</strictCheck>
<excludes>
<exclude>LICENSE</exclude>
<exclude>**/INSTALL*</exclude>
<exclude>**/NOTICE*</exclude>
<exclude>**/README*</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.jceks</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.license</exclude>
<exclude>**/.gitignore</exclude>
<exclude>**/.project</exclude>
<exclude>src/etc/**</exclude>
<exclude>**/.eclipse/**</exclude>
<exclude>**/.idea/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceVersion>1.7</project.build.sourceVersion>
<project.build.targetVersion>1.7</project.build.targetVersion>
<!-- Dependency Versions -->
<spring.webflow.version>2.4.1.RELEASE</spring.webflow.version>
<commons.codec.version>1.9</commons.codec.version>
<cryptacular.version>1.0</cryptacular.version>
<junit.version>4.11</junit.version>
<slf4j.version>1.7.7</slf4j.version>
<spring.version>4.1.1.RELEASE</spring.version>
<log4j.version>1.2.17</log4j.version>
</properties>
</project>
|
Jar包内容: |
META-INF/NOTICE
org.apereo.spring.webflow.plugin.ClientFlowExecutionRepository.class
META-INF/MANIFEST.MF
org.apereo.spring.webflow.plugin.ClientFlowExecutionKey.class
org.apereo.spring.webflow.plugin.Transcoder.class
META-INF/maven/org.apereo/spring-webflow-client-repo/pom.properties
org.apereo.spring.webflow.plugin.ClientFlowExecutionRepository$1.class
org.apereo.spring.webflow.plugin.EncryptedTranscoder.class
META-INF/LICENSE
etc/keystore.jceks
org.apereo.spring.webflow.plugin.ClientFlowExecutionRepository$SerializedFlowExecutionState.class
org.apereo.spring.webflow.plugin.ClientFlowExecutionRepositoryException.class
META-INF/maven/org.apereo/spring-webflow-client-repo/pom.xml
|
依赖Jar: |
slf4j-api-${slf4j.version}.jar
/org.slf4j/slf4j-api/${slf4j.version}
查看slf4j-api所有版本文件
slf4j-log4j12-${slf4j.version}.jar
/org.slf4j/slf4j-log4j12/${slf4j.version}
查看slf4j-log4j12所有版本文件
jcl-over-slf4j-${slf4j.version}.jar
/org.slf4j/jcl-over-slf4j/${slf4j.version}
查看jcl-over-slf4j所有版本文件
log4j-${log4j.version}.jar
/log4j/log4j/${log4j.version}
查看log4j所有版本文件
spring-webflow-${spring.webflow.version}.jar
/org.springframework.webflow/spring-webflow/${spring.webflow.version}
查看spring-webflow所有版本文件
commons-codec-${commons.codec.version}.jar
/commons-codec/commons-codec/${commons.codec.version}
查看commons-codec所有版本文件
cryptacular-${cryptacular.version}.jar
/org.cryptacular/cryptacular/${cryptacular.version}
查看cryptacular所有版本文件
spring-core-${spring.version}.jar
/org.springframework/spring-core/${spring.version}
查看spring-core所有版本文件
junit-${junit.version}.jar
/junit/junit/${junit.version}
查看junit所有版本文件
spring-test-${spring.version}.jar
/org.springframework/spring-test/${spring.version}
查看spring-test所有版本文件
spring-webmvc-${spring.version}.jar
/org.springframework/spring-webmvc/${spring.version}
查看spring-webmvc所有版本文件
|