is not current version
Last Version 0.1.0-beta.2

org.jbrew.native:native-core 0.1.0-beta.1

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Categories

Categories

Native Development Tools
GroupId

GroupId

org.jbrew.native
ArtifactId

ArtifactId

native-core
Version

Version

0.1.0-beta.1
Type

Type

pom

Download native-core 0.1.0-beta.1


<!-- https://jarcasting.com/artifacts/org.jbrew.native/native-core/ -->
<dependency>
    <groupId>org.jbrew.native</groupId>
    <artifactId>native-core</artifactId>
    <version>0.1.0-beta.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbrew.native/native-core/
implementation 'org.jbrew.native:native-core:0.1.0-beta.1'
// https://jarcasting.com/artifacts/org.jbrew.native/native-core/
implementation ("org.jbrew.native:native-core:0.1.0-beta.1")
'org.jbrew.native:native-core:pom:0.1.0-beta.1'
<dependency org="org.jbrew.native" name="native-core" rev="0.1.0-beta.1">
  <artifact name="native-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbrew.native', module='native-core', version='0.1.0-beta.1')
)
libraryDependencies += "org.jbrew.native" % "native-core" % "0.1.0-beta.1"
[org.jbrew.native/native-core "0.1.0-beta.1"]