License |
License |
---|---|
Categories |
CategoriesLWJGL Business Logic Libraries |
GroupId | GroupIdorg.lwjgl |
ArtifactId | ArtifactIdlwjgl-jemalloc |
Last Version | Last Version3.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLWJGL - jemalloc bindings
A general purpose malloc implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.lwjgl/lwjgl-jemalloc/ -->
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-jemalloc</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-jemalloc/
implementation 'org.lwjgl:lwjgl-jemalloc:3.3.1'
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-jemalloc/
implementation ("org.lwjgl:lwjgl-jemalloc:3.3.1")
'org.lwjgl:lwjgl-jemalloc:jar:3.3.1'
<dependency org="org.lwjgl" name="lwjgl-jemalloc" rev="3.3.1">
<artifact name="lwjgl-jemalloc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwjgl', module='lwjgl-jemalloc', version='3.3.1')
)
libraryDependencies += "org.lwjgl" % "lwjgl-jemalloc" % "3.3.1"
[org.lwjgl/lwjgl-jemalloc "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.lwjgl : lwjgl | jar | 3.3.1 |