is not current version
Last Version 0.1.0-beta.6

org.jbrew.cbrew:cbrew 0.1.0-beta.2

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.

GroupId

GroupId

org.jbrew.cbrew
ArtifactId

ArtifactId

cbrew
Version

Version

0.1.0-beta.2
Type

Type

pom

Download cbrew 0.1.0-beta.2

Filename Size
cbrew-0.1.0-beta.2.pom 1 KB
Browse

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