MVN

org.jbrew : jbrew-parent

Maven & Gradle

Apr 21, 2020
0 stars

JBrew :: Parent POM · The JBrew Java library collection is a set of uitility libraries with features ranging from concurrency to the Java Native Interface, carefully tuned for high performance Linux systems using OpenJDK versions 8 or greater! The official documentation can be found at jbrew.org.

<dependency>
    <groupId>org.jbrew</groupId>
    <artifactId>jbrew-parent</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.7
  • Latest Beta: 0.1.0-beta.6
  • Latest Alpha: 0.1.0-alpha.3

All Versions

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

Version Vulnerabilities Updated
0.1.x
jbrew-parent-0.1.0-beta.6
jbrew-parent-0.1.0-beta.5
jbrew-parent-0.1.0-beta.4
jbrew-parent-0.1.0-beta.3
jbrew-parent-0.1.0-beta.2
jbrew-parent-0.1.0-beta.1
jbrew-parent-0.1.0-beta
jbrew-parent-0.1.0-alpha.3
jbrew-parent-0.1.0-alpha.2
jbrew-parent-0.1.0-alpha.1
jbrew-parent-0.1.0-alpha
0.0.x
jbrew-parent-0.0.7
jbrew-parent-0.0.6
jbrew-parent-0.0.5
jbrew-parent-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jbrew</groupId>
    <artifactId>jbrew-parent</artifactId>
    <version>0.0.7</version>
</dependency>

Advertisement