| 组织ID: |
com.github.waffle |
| 项目ID: |
waffle-jna |
| 版本: |
2.0.0-beta1 |
| 最后修改时间: |
2019-01-24 15:45:33 |
| 包类型: |
jar |
| 标题: |
waffle-jna |
| 描述: |
WAFFLE JNA implementation |
| 大小: |
65.46KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jna</artifactId>
<version>2.0.0-beta1</version>
</dependency>
|
| Gradle引入代码: |
com.github.waffle:waffle-jna:2.0.0-beta1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Waffle (https://github.com/Waffle/waffle)
Copyright (c) 2010-2018 Application Security, Inc.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse
Public License v1.0 which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v10.html.
Contributors: Application Security, Inc.
-->
<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>com.github.waffle</groupId>
<artifactId>waffle-parent</artifactId>
<version>2.0.0-beta1</version>
</parent>
<artifactId>waffle-jna</artifactId>
<version>2.0.0-beta1</version>
<packaging>jar</packaging>
<name>waffle-jna</name>
<description>WAFFLE JNA implementation</description>
<url>https://waffle.github.com/waffle/</url>
<scm>
<connection>scm:git:ssh://git@github.com/waffle/waffle.git</connection>
<developerConnection>scm:git:ssh://git@github.com/waffle/waffle.git</developerConnection>
<url>https://github.com/Waffle/waffle</url>
<tag>waffle-parent-2.0.0-beta1</tag>
</scm>
<properties>
<caffeine.version>2.6.2</caffeine.version>
<jna.version>5.2.0</jna.version>
<servlet.version>4.0.1</servlet.version>
</properties>
<dependencies>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
waffle.jaas.GroupPrincipal.class
waffle.servlet.NegotiateSecurityFilter.class
waffle.util.AuthorizationHeader.class
waffle.windows.auth.impl.WindowsAuthProviderImpl$ContinueContext.class
waffle.windows.auth.impl.WindowsIdentityImpl.class
waffle.windows.auth.IWindowsIdentity.class
waffle.jaas.RolePrincipal.class
waffle.servlet.spi.BasicSecurityFilterProvider.class
waffle.util.CorsPreflightCheck$1.class
waffle.windows.auth.impl.WindowsAuthProviderImpl.class
waffle.windows.auth.impl.WindowsSecurityContextImpersonationContextImpl.class
waffle.windows.auth.IWindowsImpersonationContext.class
waffle.jaas.UserPrincipal.class
waffle.servlet.spi.NegotiateSecurityFilterProvider.class
waffle.util.CorsPreflightCheck.class
waffle.windows.auth.impl.WindowsComputerImpl.class
waffle.windows.auth.impl.WindowsSecurityContextImpl.class
waffle.windows.auth.IWindowsSecurityContext.class
waffle.jaas.WindowsLoginModule$1.class
waffle.servlet.spi.SecurityFilterProvider.class
waffle.util.NtlmMessage.class
waffle.windows.auth.impl.WindowsCredentialsHandleImpl.class
waffle.windows.auth.IWindowsAccount.class
waffle.windows.auth.PrincipalFormat.class
waffle.jaas.WindowsLoginModule.class
waffle.servlet.spi.SecurityFilterProviderCollection.class
waffle.util.NtlmServletRequest.class
waffle.windows.auth.impl.WindowsDomainImpl$TrustDirection.class
waffle.windows.auth.IWindowsAuthProvider.class
waffle.windows.auth.WindowsAccount.class
waffle.servlet.AutoDisposableWindowsPrincipal.class
waffle.servlet.WaffleInfoServlet.class
waffle.util.SPNegoMessage.class
waffle.windows.auth.impl.WindowsDomainImpl$TrustType.class
waffle.windows.auth.IWindowsComputer.class
META-INF/maven/com.github.waffle/waffle-jna/pom.xml
waffle.servlet.CorsAwareNegotiateSecurityFilter.class
waffle.servlet.WindowsPrincipal$1.class
waffle.util.WaffleInfo.class
waffle.windows.auth.impl.WindowsDomainImpl.class
waffle.windows.auth.IWindowsCredentialsHandle.class
META-INF/maven/com.github.waffle/waffle-jna/pom.properties
waffle.servlet.NegotiateRequestWrapper.class
waffle.servlet.WindowsPrincipal.class
waffle.windows.auth.impl.WindowsAccountImpl.class
waffle.windows.auth.impl.WindowsIdentityImpersonationContextImpl.class
waffle.windows.auth.IWindowsDomain.class
|
| 依赖Jar: |
jna-${jna.version}.jar
/net.java.dev.jna/jna/${jna.version}
查看jna所有版本文件
jna-platform-${jna.version}.jar
/net.java.dev.jna/jna-platform/${jna.version}
查看jna-platform所有版本文件
javax.servlet-api-${servlet.version}.jar
/javax.servlet/javax.servlet-api/${servlet.version}
查看javax.servlet-api所有版本文件
jcl-over-slf4j-${slf4j.version}.jar
/org.slf4j/jcl-over-slf4j/${slf4j.version}
查看jcl-over-slf4j所有版本文件
slf4j-api-${slf4j.version}.jar
/org.slf4j/slf4j-api/${slf4j.version}
查看slf4j-api所有版本文件
slf4j-simple-${slf4j.version}.jar
/org.slf4j/slf4j-simple/${slf4j.version}
查看slf4j-simple所有版本文件
caffeine-${caffeine.version}.jar
/com.github.ben-manes.caffeine/caffeine/${caffeine.version}
查看caffeine所有版本文件
|