MVN

org.powernukkit : natives

Maven & Gradle

Jul 27, 2020
0 stars

PowerNukkit Natives · Provides native ciphers to quickly hash data using AES and Sha256

<dependency>
    <groupId>org.powernukkit</groupId>
    <artifactId>natives</artifactId>
    <version>1.0.2-PN-ubuntu20.04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.powernukkit : natives to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-PN-ubuntu20.04

All Versions

Choose a version of org.powernukkit : natives to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
natives-1.0.2-PN-ubuntu20.04

How to add a dependency to Maven

Add the following org.powernukkit : natives maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.powernukkit</groupId>
    <artifactId>natives</artifactId>
    <version>1.0.2-PN-ubuntu20.04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.powernukkit : natives gradle dependency to your build.gradle file:

implementation 'org.powernukkit:natives:1.0.2-PN-ubuntu20.04'

Gradle Kotlin DSL: Add the following org.powernukkit : natives gradle kotlin dependency to your build.gradle.kts file:

implementation("org.powernukkit:natives:1.0.2-PN-ubuntu20.04")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.powernukkit : natives sbt scala dependency to your build.sbt file:

libraryDependencies += "org.powernukkit" % "natives" % "1.0.2-PN-ubuntu20.04"

Advertisement