组织ID: |
net.databinder |
项目ID: |
unfiltered-filter_2.10 |
版本: |
0.6.8 |
最后修改时间: |
2018-08-21 09:23:16 |
包类型: |
jar |
标题: |
MIT |
描述: |
Server binding for Java Servlet filters |
相关URL: |
http://unfiltered.databinder.net/ |
大小: |
20.97KB |
|
Maven引入代码: |
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-filter_2.10</artifactId>
<version>0.6.8</version>
</dependency>
|
Gradle引入代码: |
net.databinder:unfiltered-filter_2.10:0.6.8
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-filter_2.10</artifactId>
<packaging>jar</packaging>
<description>Server binding for Java Servlet filters</description>
<url>http://unfiltered.databinder.net/</url>
<version>0.6.8</version>
<licenses>
<license>
<name>MIT</name>
<url>http://www.opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>unfiltered-filter</name>
<organization>
<name>net.databinder</name>
<url>http://unfiltered.databinder.net/</url>
</organization>
<scm>
<url>git@github.com:unfiltered/unfiltered.git</url>
<connection>scm:git:git@github.com:unfiltered/unfiltered.git</connection>
</scm>
<developers>
<developer>
<id>n8han</id>
<name>Nathan Hamblen</name>
<url>http://twitter.com/n8han</url>
</developer>
<developer>
<id>softprops</id>
<name>Doug Tangren</name>
<url>http://twitter.com/softprops</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered_2.10</artifactId>
<version>0.6.8</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
unfiltered.filter.Plan$$anonfun$doFilter$1.class
unfiltered.filter.request.ContextPath.class
unfiltered.filter.Plan$$anonfun$doFilter$2.class
unfiltered.filter.request.ContextPath$.class
unfiltered.filter.ResponseBinding$$anonfun$cookies$2.class
unfiltered.filter.Plan$.class
unfiltered.filter.Plan$class.class
unfiltered.filter.RequestBinding$$anonfun$cookies$1.class
unfiltered.filter.RequestBinding$$anonfun$uri$1.class
unfiltered.filter.Intent.class
unfiltered.filter.Planify.class
unfiltered.filter.Intent$.class
unfiltered.filter.InittedFilter$class.class
unfiltered.filter.Planify$.class
unfiltered.filter.RequestBinding.class
unfiltered.filter.RequestBinding$$anonfun$parameterValues$1.class
unfiltered.filter.ResponseBinding.class
unfiltered.filter.InittedFilter.class
unfiltered.filter.Plan.class
|
依赖Jar: |
unfiltered_2.10-0.6.8.jar
/net.databinder/unfiltered_2.10/0.6.8
查看unfiltered_2.10所有版本文件
scala-library-2.10.1.jar
/org.scala-lang/scala-library/2.10.1
查看scala-library所有版本文件
servlet-api-2.3.jar
/javax.servlet/servlet-api/2.3
查看servlet-api所有版本文件
|