MVN

org.jbrew.cbrew : cbrew

Maven & Gradle

Apr 21, 2020

JBrew :: CBrew · 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.

<dependency>
    <groupId>org.jbrew.cbrew</groupId>
    <artifactId>cbrew</artifactId>
    <version>0.1.0-beta.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbrew.cbrew : cbrew to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0-beta.6
  • Latest Beta: 0.1.0-beta.6

All Versions

Choose a version of org.jbrew.cbrew : cbrew to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
cbrew-0.1.0-beta.6
cbrew-0.1.0-beta.5
cbrew-0.1.0-beta.4
cbrew-0.1.0-beta.3
cbrew-0.1.0-beta.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jbrew.cbrew</groupId>
    <artifactId>cbrew</artifactId>
    <version>0.1.0-beta.6</version>
</dependency>

Advertisement