is not current version
Last Version 0.1.0-beta.6

org.jbrew.native:native-validator 0.1.0-beta.4

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. This library in particular features example usages of the JNI in order to test hardware for usability.

Categories

Categories

Native Development Tools
GroupId

GroupId

org.jbrew.native
ArtifactId

ArtifactId

native-validator
Version

Version

0.1.0-beta.4
Type

Type

jar

Download native-validator 0.1.0-beta.4


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