组织ID: |
io.dropwizard |
项目ID: |
dropwizard-auth |
版本: |
0.7.0-rc2 |
最后修改时间: |
2019-10-24 22:21:11 |
包类型: |
jar |
标题: |
Dropwizard Authentication |
大小: |
14.66KB |
|
Maven引入代码: |
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>0.7.0-rc2</version>
</dependency>
|
Gradle引入代码: |
io.dropwizard:dropwizard-auth:0.7.0-rc2
|
下载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>0.7.0-rc2</version>
</parent>
<artifactId>dropwizard-auth</artifactId>
<name>Dropwizard Authentication</name>
<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-inmemory</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.dropwizard.auth.oauth.OAuthProvider.class
io.dropwizard.auth.oauth.OAuthProvider$1.class
io.dropwizard.auth.oauth.OAuthProvider$OAuthInjectable.class
io.dropwizard.auth.CachingAuthenticator$1.class
io.dropwizard.auth.Authenticator.class
io.dropwizard.auth.AuthenticationException.class
io.dropwizard.auth.basic.BasicAuthProvider$1.class
io.dropwizard.auth.basic.BasicAuthProvider.class
io.dropwizard.auth.basic.BasicCredentials.class
io.dropwizard.auth.basic.BasicAuthProvider$BasicAuthInjectable.class
io.dropwizard.auth.CachingAuthenticator.class
io.dropwizard.auth.Auth.class
META-INF/maven/io.dropwizard/dropwizard-auth/pom.xml
META-INF/maven/io.dropwizard/dropwizard-auth/pom.properties
|
依赖Jar: |
dropwizard-core-${project.version}.jar
/io.dropwizard/dropwizard-core/${project.version}
查看dropwizard-core所有版本文件
jersey-test-framework-core-${jersey.version}.jar
/com.sun.jersey.jersey-test-framework/jersey-test-framework-core/${jersey.version}
查看jersey-test-framework-core所有版本文件
jersey-test-framework-inmemory-${jersey.version}.jar
/com.sun.jersey.jersey-test-framework/jersey-test-framework-inmemory/${jersey.version}
查看jersey-test-framework-inmemory所有版本文件
|