MVN

com.github.peter-gergely-horvath : windpapi4j

Maven & Gradle

Mar 08, 2023
4 usages
22 stars

WinDPAPI4J: A Windows DPAPI Wrapper for Java · WinDPAPI4J is a Java Native Access(JNA)- based wrapper for Microsoft Windows Data Protection API (DPAPI) CryptProtectData and CryptUnprotectData methods.

<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>windpapi4j</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.peter-gergely-horvath : windpapi4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.peter-gergely-horvath : windpapi4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
windpapi4j-1.1.0
1.0
windpapi4j-1.0

How to add a dependency to Maven

Add the following com.github.peter-gergely-horvath : windpapi4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>windpapi4j</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.peter-gergely-horvath : windpapi4j gradle dependency to your build.gradle file:

implementation 'com.github.peter-gergely-horvath:windpapi4j:1.1.0'

Gradle Kotlin DSL: Add the following com.github.peter-gergely-horvath : windpapi4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.peter-gergely-horvath:windpapi4j:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.peter-gergely-horvath : windpapi4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.peter-gergely-horvath" % "windpapi4j" % "1.1.0"