Download waffle-jna-1.6.jar file

Introduction

You can download waffle-jna-1.6.jar in this page.

License

Open Source

Type List

waffle-jna-1.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.dblock.waffle/waffle-jna/pom.properties
META-INF/maven/com.github.dblock.waffle/waffle-jna/pom.xml
waffle.jaas.RolePrincipal.class
waffle.jaas.UserPrincipal.class
waffle.jaas.WindowsLoginModule.class
waffle.servlet.AutoDisposableWindowsPrincipal.class
waffle.servlet.NegotiateRequestWrapper.class
waffle.servlet.NegotiateSecurityFilter.class
waffle.servlet.WaffleInfoServlet.class
waffle.servlet.WindowsPrincipal.class
waffle.servlet.spi.BasicSecurityFilterProvider.class
waffle.servlet.spi.NegotiateSecurityFilterProvider.class
waffle.servlet.spi.SecurityFilterProvider.class
waffle.servlet.spi.SecurityFilterProviderCollection.class
waffle.util.AuthorizationHeader.class
waffle.util.Base64.class
waffle.util.NtlmMessage.class
waffle.util.NtlmServletRequest.class
waffle.util.SPNegoMessage.class
waffle.util.WaffleInfo.class
waffle.windows.auth.IWindowsAccount.class
waffle.windows.auth.IWindowsAuthProvider.class
waffle.windows.auth.IWindowsComputer.class
waffle.windows.auth.IWindowsCredentialsHandle.class
waffle.windows.auth.IWindowsDomain.class
waffle.windows.auth.IWindowsIdentity.class
waffle.windows.auth.IWindowsImpersonationContext.class
waffle.windows.auth.IWindowsSecurityContext.class
waffle.windows.auth.PrincipalFormat.class
waffle.windows.auth.WindowsAccount.class
waffle.windows.auth.impl.WindowsAccountImpl.class
waffle.windows.auth.impl.WindowsAuthProviderImpl.class
waffle.windows.auth.impl.WindowsComputerImpl.class
waffle.windows.auth.impl.WindowsCredentialsHandleImpl.class
waffle.windows.auth.impl.WindowsDomainImpl.class
waffle.windows.auth.impl.WindowsIdentityImpersonationContextImpl.class
waffle.windows.auth.impl.WindowsIdentityImpl.class
waffle.windows.auth.impl.WindowsSecurityContextImpersonationContextImpl.class
waffle.windows.auth.impl.WindowsSecurityContextImpl.class

Pom

waffle-jna-1.6.pom file content.

<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.dblock.waffle</groupId>
    <artifactId>waffle-parent</artifactId>
    <version>1.6</version>
    <relativePath>../build</relativePath>
  </parent>
  <artifactId>waffle-jna</artifactId>
  <packaging>jar</packaging>

  <name>waffle-jna</name>
  <description>WAFFLE JNA implementation</description>

  <dependencies>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna</artifactId>
      <version>4.0.0</version>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna-platform</artifactId>
      <version>4.0.0</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.dblock.waffle</groupId>
   <artifactId>waffle-jna</artifactId>
   <version>1.6</version>
</dependency>

Download

If you think the following waffle-jna-1.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download waffle-jna-1.6.jar file




PreviousNext

Related