组织ID: |
io.dropwizard |
项目ID: |
dropwizard-auth |
版本: |
1.0.3 |
最后修改时间: |
2018-08-31 20:58:05 |
包类型: |
jar |
标题: |
Dropwizard Authentication |
大小: |
31.82KB |
|
Maven引入代码: |
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>1.0.3</version>
</dependency>
|
Gradle引入代码: |
io.dropwizard:dropwizard-auth:1.0.3
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>1.0.3</version>
</parent>
<artifactId>dropwizard-auth</artifactId>
<name>Dropwizard Authentication</name>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.dropwizard.auth.PolymorphicAuthValueFactoryProvider$AuthInjectionResolver.class
io.dropwizard.auth.PrincipalImpl.class
io.dropwizard.auth.PolymorphicAuthValueFactoryProvider$Binder$1.class
io.dropwizard.auth.Authorizer.class
io.dropwizard.auth.basic.BasicCredentialAuthFilter$1.class
io.dropwizard.auth.basic.BasicCredentialAuthFilter.class
io.dropwizard.auth.AuthValueFactoryProvider$PrincipalClassProvider.class
io.dropwizard.auth.CachingAuthenticator.class
io.dropwizard.auth.AuthValueFactoryProvider$Binder$1.class
io.dropwizard.auth.oauth.OAuthCredentialAuthFilter$1.class
io.dropwizard.auth.PolymorphicAuthValueFactoryProvider$PrincipalClassSetProvider.class
io.dropwizard.auth.AuthFilter$AuthFilterBuilder.class
io.dropwizard.auth.Auth.class
io.dropwizard.auth.PolymorphicAuthValueFactoryProvider$Binder.class
io.dropwizard.auth.PermitAllAuthorizer.class
io.dropwizard.auth.basic.BasicCredentials.class
io.dropwizard.auth.PolymorphicAuthValueFactoryProvider.class
io.dropwizard.auth.UnauthorizedHandler.class
io.dropwizard.auth.AuthValueFactoryProvider$AuthInjectionResolver.class
io.dropwizard.auth.PolymorphicAuthDynamicFeature.class
io.dropwizard.auth.oauth.OAuthCredentialAuthFilter$Builder.class
io.dropwizard.auth.PrincipalContainerRequestValueFactory.class
META-INF/maven/io.dropwizard/dropwizard-auth/pom.xml
io.dropwizard.auth.AuthValueFactoryProvider.class
io.dropwizard.auth.AuthDynamicFeature.class
io.dropwizard.auth.chained.ChainedAuthFilter.class
io.dropwizard.auth.basic.BasicCredentialAuthFilter$Builder.class
io.dropwizard.auth.AuthenticationException.class
io.dropwizard.auth.AuthValueFactoryProvider$Binder.class
io.dropwizard.auth.DefaultUnauthorizedHandler.class
io.dropwizard.auth.AuthFilter.class
io.dropwizard.auth.Authenticator.class
io.dropwizard.auth.oauth.OAuthCredentialAuthFilter.class
META-INF/maven/io.dropwizard/dropwizard-auth/pom.properties
io.dropwizard.auth.AuthFilter$1.class
|
依赖Jar: |
dropwizard-bom-${project.version}.jar
/io.dropwizard/dropwizard-bom/${project.version}
查看dropwizard-bom所有版本文件
|