License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdorg.powernukkit |
ArtifactId | ArtifactIdnatives |
Last Version | Last Version1.0.2-PN-ubuntu20.04 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPowerNukkit Natives
Provides native ciphers to quickly hash data using AES and Sha256
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.powernukkit/natives/ -->
<dependency>
<groupId>org.powernukkit</groupId>
<artifactId>natives</artifactId>
<version>1.0.2-PN-ubuntu20.04</version>
</dependency>
// https://jarcasting.com/artifacts/org.powernukkit/natives/
implementation 'org.powernukkit:natives:1.0.2-PN-ubuntu20.04'
// https://jarcasting.com/artifacts/org.powernukkit/natives/
implementation ("org.powernukkit:natives:1.0.2-PN-ubuntu20.04")
'org.powernukkit:natives:jar:1.0.2-PN-ubuntu20.04'
<dependency org="org.powernukkit" name="natives" rev="1.0.2-PN-ubuntu20.04">
<artifact name="natives" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powernukkit', module='natives', version='1.0.2-PN-ubuntu20.04')
)
libraryDependencies += "org.powernukkit" % "natives" % "1.0.2-PN-ubuntu20.04"
[org.powernukkit/natives "1.0.2-PN-ubuntu20.04"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |