Last Version

JBrew :: Native 0.1.0-beta.6

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.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

org.jbrew.native
ArtifactId

ArtifactId

native
Version

Version

0.1.0-beta.6
Type

Type

pom
Description

Description

JBrew :: Native
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.
Project URL

Project URL

https://jbrew.org

Download native 0.1.0-beta.6

Filename Size
native-0.1.0-beta.6.pom 1 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jbrew.core : annotations jar 0.1.0-beta.2
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

  • native-validator